Enum gen_lsp_server::ErrorCode[][src]

pub enum ErrorCode {
    ParseError,
    InvalidRequest,
    MethodNotFound,
    InvalidParams,
    InternalError,
    ServerErrorStart,
    ServerErrorEnd,
    ServerNotInitialized,
    UnknownErrorCode,
    RequestCancelled,
}

Variants

Trait Implementations

impl Clone for ErrorCode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for ErrorCode
[src]

impl Debug for ErrorCode
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for ErrorCode

impl Sync for ErrorCode