ErrorCode

interface ErrorCode

ErrorCode is used to provide a code that describes an error condition. This enables notification to a client of Avail of an error that has occurred.

Author

Richard Arriaga

Properties

Link copied to clipboard
abstract val code: Int

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

Link copied to clipboard
abstract val errorCodeRange: ErrorCodeRange

The ErrorCodeRange this ErrorCode belongs to.

Link copied to clipboard
abstract val name: String

The name that describes this error code.

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard