Rezi
    Preparing search index...

    Enumeration ZrResult

    Result codes returned by engine FFI functions. All engine functions return zr_result_t (int32).

    Index

    Enumeration Members

    ERR_FORMAT: -5

    Malformed binary data

    ERR_INVALID_ARGUMENT: -1

    NULL pointer, invalid enum, impossible value

    ERR_LIMIT: -3

    Buffer too small, cap exceeded

    ERR_OOM: -2

    Allocation failed

    ERR_PLATFORM: -6

    OS/terminal call failed

    ERR_UNSUPPORTED: -4

    Unknown version, opcode, feature

    OK: 0

    Operation completed successfully