StandardErrorCode

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 unspecified error has occurred.

Link copied to clipboard

An error has occurred when performing IO functions.

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
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.