400 - Bad Request | InvalidRequestSchema | Request validation failed: Parameter (offset) is not a valid integer: INVALID_INPUT. |
| AlreadySubscribed | The subscription could not be created, since the given user is already subscribed to the channel. |
| AuthTokenAlreadyExists | The auth token could not be created, since a token with the same id already exists. |
| ChannelAlreadyExists | The channel could not be created, since a channel with the same id already exists.. |
| InvalidAuthToken | Patch cannot be applied, since the resulting auth token won't be valid. |
| InvalidChannel | Patch cannot be applied, since the resulting channel won't be valid. |
| InvalidPatch | The given payload is no valid JSON-Patch document. |
| InvalidSubscription | Patch cannot be applied, since the resulting subscription won't be valid. |
| InvalidUser | Patch cannot be applied, since the resulting user won't be valid. |
| SubscriptionAlreadyExists | The subscription could not be created, since a subscription with the same id already exists. |
| UserAlreadyExists | The user could not be created, since a user with the same id already exists. |
401 - Unauthorized | InvalidAuthorization | Missing or invalid authorization header. |
403 - Forbidden | InsufficientPrivileges | Insufficient rights to access or manipulate the requested resource. |
404 - Not Found | EndpointNotFound | The requested API endpoint does not exist. |
| UnknownAuthToken | The requested auth token does not exist. |
| UnknownChannel | The requested channel does not exist. |
| UnknownSubscription | The requested subscription does not exist. |
| UnknownUser | The requested user does not exist. |
500 - Internal Server Error | InternalServerError | Your request could not be processed. |