Table of Contents

Enum TwirpErrorCode

Namespace
LiveKit
Assembly
LiveKit.AspNetCore.ServerSdk.Abstractions.dll

Represents the error codes defined by the Twirp protocol.

public enum TwirpErrorCode

Fields

Aborted = 12

The operation was aborted.

AlreadyExists = 7

The resource already exists.

BadRoute = 6

The request was routed to an invalid endpoint.

Canceled = 0

The operation was canceled.

DataLoss = 17

Unrecoverable data loss or corruption.

DeadlineExceeded = 4

The operation deadline was exceeded.

FailedPrecondition = 11

The operation was rejected because the system is not in a required state.

Internal = 15

An internal error occurred.

InvalidArgument = 2

The client specified an invalid argument.

Malformed = 3

The request was malformed.

NotFound = 5

The requested resource was not found.

OutOfRange = 13

The operation was attempted past the valid range.

PermissionDenied = 8

The caller does not have permission to execute the operation.

ResourceExhausted = 10

Some resource has been exhausted.

Unauthenticated = 9

The request does not have valid authentication credentials.

Unavailable = 16

The service is currently unavailable.

Unimplemented = 14

The operation is not implemented or not supported.

Unknown = 1

An unknown error occurred.