asciiEINVALID_ASCII_CHARACTERJ An invalid ASCII character was encountered when creating an ASCII string.optionEOPTION_IS_SETt The `Option` is in an invalid state for the operation attempted. The `Option` is `Some` while it should be `None`.EOPTION_NOT_SETt The `Option` is in an invalid state for the operation attempted. The `Option` is `None` while it should be `Some`.string EINVALID_UTF8 An invalid UTF8 encoding.EINVALID_INDEX Index out of range.vectorEINDEX_OUT_OF_BOUNDS+ The index into the vector is out of bounds bit_vectorEINDEX$ The provided index is out of boundsELENGTH) An invalid length of bitvector was given fixed_point32 EDENOMINATOR" The denominator provided was zero EDIVISION< The quotient value would be too large to be held in a `u64`EMULTIPLICATION> The multiplied value would be too large to be held in a `u64`EDIVISION_BY_ZERO# A division by zero was encounteredERATIO_OUT_OF_RANGEP The computed ratio when converting to a `FixedPoint32` would be unrepresentable