InvalidErrorCode

class InvalidErrorCode(val code: Int, val errorCodeRange: ErrorCodeRange) : ErrorCode

InvalidErrorCode represents a purported ErrorCode for a given ErrorCodeRange this is not a valid ErrorCode for that range.

Author

Richard Arriaga

Constructors

Link copied to clipboard
constructor(code: Int, errorCodeRange: ErrorCodeRange)

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
open override val name: String

The name that describes this error code.