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

Inheritors

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

The ErrorCodeRange this ErrorCode belongs to.

Link copied to clipboard
abstract val name: String

The name that describes this error code.