StandardErrorCode

enum StandardErrorCode : Enum<StandardErrorCode> , ErrorCode

StandardErrorCode is an enumeration of ErrorCode that represent standard failures that can occur while running Avail.

Author

Richard Arriaga

Entries

Link copied to clipboard

An error has occurred when performing IO functions.

Link copied to clipboard

An unspecified error has occurred.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open override val code: Int

The integer value that is unique in ErrorCodeRangeRegistry that uniquely represents this ErrorCode.

Link copied to clipboard
open override val errorCodeRange: ErrorCodeRange

The ErrorCodeRange this ErrorCode belongs to.

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int