Enum tune::scala::SclImportError[][src]

pub enum SclImportError {
    IoError(Error),
    ParseError {
        line_number: usize,
        kind: SclParseErrorKind,
    },
    StructuralError(SclStructuralError),
    BuildError(SclBuildError),
}
Expand description

Error reported when importing an Scl fails.

Variants

IoError(Error)

Tuple Fields of IoError

0: Error
ParseError

Fields of ParseError

line_number: usizekind: SclParseErrorKind
StructuralError(SclStructuralError)

Tuple Fields of StructuralError

0: SclStructuralError
BuildError(SclBuildError)

Tuple Fields of BuildError

0: SclBuildError

Trait Implementations

Formats the value using the given formatter. Read more

Performs the conversion.

Performs the conversion.

Performs the conversion.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.