Enum TwirpErrorCode
- Namespace
- LiveKit
- Assembly
- LiveKit.AspNetCore.ServerSdk.Abstractions.dll
Represents the error codes defined by the Twirp protocol.
public enum TwirpErrorCode
Fields
Aborted = 12The operation was aborted.
AlreadyExists = 7The resource already exists.
BadRoute = 6The request was routed to an invalid endpoint.
Canceled = 0The operation was canceled.
DataLoss = 17Unrecoverable data loss or corruption.
DeadlineExceeded = 4The operation deadline was exceeded.
FailedPrecondition = 11The operation was rejected because the system is not in a required state.
Internal = 15An internal error occurred.
InvalidArgument = 2The client specified an invalid argument.
Malformed = 3The request was malformed.
NotFound = 5The requested resource was not found.
OutOfRange = 13The operation was attempted past the valid range.
PermissionDenied = 8The caller does not have permission to execute the operation.
ResourceExhausted = 10Some resource has been exhausted.
Unauthenticated = 9The request does not have valid authentication credentials.
The service is currently unavailable.
Unimplemented = 14The operation is not implemented or not supported.
Unknown = 1An unknown error occurred.