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.