@nebius/js-sdk - v0.2.54
    Preparing search index...

    Type Alias Code

    Code: EnumInstance<
        | "UNRECOGNIZED"
        | "OK"
        | "CANCELLED"
        | "UNKNOWN"
        | "INVALID_ARGUMENT"
        | "DEADLINE_EXCEEDED"
        | "NOT_FOUND"
        | "ALREADY_EXISTS"
        | "PERMISSION_DENIED"
        | "UNAUTHENTICATED"
        | "RESOURCE_EXHAUSTED"
        | "FAILED_PRECONDITION"
        | "ABORTED"
        | "OUT_OF_RANGE"
        | "UNIMPLEMENTED"
        | "INTERNAL"
        | "UNAVAILABLE"
        | "DATA_LOSS",
    >

    The canonical error codes for gRPC APIs.

    Sometimes multiple error codes may apply. Services should return the most specific error code that applies. For example, prefer OUT_OF_RANGE over FAILED_PRECONDITION if both codes apply. Similarly prefer NOT_FOUND or ALREADY_EXISTS over FAILED_PRECONDITION.