Module subparse::errors[][src]

Error-chain generated error types.

Modules

idx_errors

.idx-parser-specific errors

mdvd_errors

Errors specific to .sub(MicroDVD)-parsing.

srt_errors

Errors specific to .srt-parsing.

ssa_errors
vob_errors

.sub VobSub-parser-specific errors

Structs

Error

The error structure which containes, a backtrace, causes and the error kind enum variant.

Enums

ErrorKind

Error kind for a crate-wide error.

Type Definitions

Result

A result type that can be used wide for error handling.