Enum sonos::AVTransportError [] [src]

pub enum AVTransportError {
    InvalidAction,
    InvalidArgs,
    InvalidVar,
    ActionFailed,
    TransitionNotAvailable,
    NoContents,
    ReadError,
    FormatNotSupported,
    TransportLocked,
    WriteError,
    MediaNotWriteable,
    RecordingFormatNotSupported,
    MediaFull,
    SeekModeNotSupported,
    IllegalSeekTarget,
    PlayModeNotSupported,
    RecordQualityNotSupported,
    IllegalMimeType,
    ContentBusy,
    PlaySpeedNotSupported,
    InvalidInstanceId,
    NoDnsServer,
    BadDomainName,
    ServerError,
    Unknown,
}

Variants

No action by that name at this service.

Could be any of the following: not enough in args, too many in args, no in arg by that name, one or more in args are of the wrong data type.

No state variable by that name at this service.

May be returned in current state of service prevents invoking that action.

The immediate transition from current transport state to desired transport state is not supported by this device.

The media does not contain any contents that can be played.

The media cannot be read (e.g., because of dust or a scratch).

The storage format of the currently loaded media is not supported

The transport is “hold locked”.

The media cannot be written (e.g., because of dust or a scratch)

The media is write-protected or is of a not writable type.

The storage format of the currently loaded media is not supported for recording by this device

There is no free space left on the loaded media

The specified seek mode is not supported by the device

The specified seek target is not specified in terms of the seek mode, or is not present on the media

The specified play mode is not supported by the device

The specified record quality is not supported by the device

The resource to be played has a mimetype which is not supported by the AVTransport service

This indicates the resource is already being played by other means

The specified playback speed is not supported by the AVTransport service

The specified instanceID is invalid for this AVTransport

The DNS Server is not available (HTTP error 503)

Unable to resolve the Fully Qualified Domain Name. (HTTP error 502)

The server that hosts the resource is unreachable or unresponsive (HTTP error 404/410).

Error we've not come across before

Trait Implementations

impl Debug for AVTransportError
[src]

[src]

Formats the value using the given formatter.

impl From<u64> for AVTransportError
[src]

[src]

Performs the conversion.