Invalid Error Code
class InvalidErrorCode(val code: Int, val errorCodeRange: ErrorCodeRange) : ErrorCode
Content copied to clipboard
InvalidErrorCode represents a purported ErrorCode for a given ErrorCodeRange this is not a valid ErrorCode for that range.
Author
Richard Arriaga
Constructors
Properties
Link copied to clipboard
The integer value that is unique in ErrorCodeRangeRegistry that uniquely represents this ErrorCode.
Link copied to clipboard
The ErrorCodeRange this ErrorCode belongs to.