API ReferenceTypesOdinReturnCodeOdinReturnCode A numeric code returned by ODIN function calls. Use odin_is_error to determine whether the code represents an error or an actual result value. infoNote: Use odin_error_format to get a human readable string to represent error codes. Declarationtypedef uint32_t OdinReturnCode;