Vana SDK - v4.1.0
    Preparing search index...

    Type Alias JobGatewayErrorCode

    JobGatewayErrorCode:
        | "INVALID_WAIT"
        | "INVALID_BODY"
        | "BUILDER_UNKNOWN"
        | "GRANT_INVALID"
        | "OWNER_NOT_READY"
        | "BODY_TOO_LARGE"
        | "JOB_ID_MISMATCH"
        | "JOB_ID_TAKEN"
        | "JOB_NOT_FOUND"
        | string & {}

    Gateway error codes surfaced by the builder jobs client.