Enum vkrs::api::ErrorCode [] [src]

pub enum ErrorCode {
    General,
    Database,
    Unauthorized,
    Signature,
    Request,
    ScriptCompileError,
    ScriptRuntimeError,
    MethodAccessDenied,
    Banned,
    Blocked,
    GoodsNotFound,
    GoodsUnvailable,
    UserNotFound,
    RequiredParameterMissing,
    InvalidAlbumId,
    InvalidServer,
    InvalidHash,
    InvalidPhotoId,
    InvalidAudio,
    InvalidPhoto,
    UserMenuAccessDenied,
    AccessDenied,
    AccessToWallPostDenied,
    PostAddAccessDenied,
    AdsPostWasRecentlyAdded,
    TooManyRecipients,
    HyperlinksForbidden,
    UserDisabledTrackBroadcast,
    CopyrightedObjectRemoved,
    InvalidFilename,
    SizeLimitReached,
    VideoAlreadyAdded,
    VideoCommentsClosed,
    App(u32),
    Unknown(u32),
}

Variants

Trait Implementations

impl Debug for ErrorCode
[src]

Formats the value using the given formatter.

impl PartialEq for ErrorCode
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for ErrorCode
[src]

impl Copy for ErrorCode
[src]

impl Clone for ErrorCode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl From<u32> for ErrorCode
[src]

Performs the conversion.

impl Into<u32> for ErrorCode
[src]

Performs the conversion.

impl Display for ErrorCode
[src]

Formats the value using the given formatter.

impl Deserialize for ErrorCode
[src]

Deserialize this value given this Deserializer.