Variables
Const badEnumMessage
badEnumMessage: string = "Input string was neither numeric nor a valid enum value"
Const checksumFailedMessage
checksumFailedMessage: string = "Address checksum failed (use all lowercase or all uppercase to circumvent)"
Const errorResultMessage
errorResultMessage: string = "Input is a wrapped result representing an error rather than a value"
Const invalidUtf16Message
invalidUtf16Message: string = "Input string was not valid UTF-16"
Const looseModeOnlyMessage
looseModeOnlyMessage: string = "Numeric input for bytes is only allowed in loose mode and only for dynamic-length bytestrings"
Const negativeBytesMessage
negativeBytesMessage: string = "Input for bytes cannot be negative"
Const nonIntegerMessage
nonIntegerMessage: string = "Input numeric value was not an integer"
Const nonNumericMessage
nonNumericMessage: string = "Input string was not numeric"
Const nonSafeMessage
nonSafeMessage: string = "Input number is not a Javascript safe integer"
Const notAStringMessage
notAStringMessage: string = "Input was not a string, type/value pair, or wrapped or boxed string"
Const outOfRangeEnumMessage
outOfRangeEnumMessage: string = "Input is outside the range of this enum type"
Const outOfRangeMessage
outOfRangeMessage: string = "Input is outside the range of this numeric type"