adobe-firefly-sdk
    Preparing search index...

    Type Alias ErrorCodeEnums

    ErrorCodeEnums:
        | "bad_request"
        | "unauthorized"
        | "access_error"
        | "resource_not_found"
        | "not_acceptable"
        | "invalid_operation"
        | "conflict"
        | "cursor_expired"
        | "precondition_failed"
        | "etag_mismatch"
        | "payload_too_large"
        | "invalid_content_type"
        | "validation_error"
        | "resource_too_large"
        | "rate_limited"
        | "runtime_error"
        | "not_implemented"
        | "operation_timeout"
        | "storage_quota_exceeded"

    ErrorCodeEnums

    It describes the type of error through a human readable code.


    NOTE: This list is not exhaustive and will be updated as new error codes are added. Clients should expect new error codes to be added in the future.