Sendbird Chat SDK for .NET  3.0.29
SendBird.SendBirdError Class Reference

Static Public Attributes

static int ERR_INVALID_PARAMETER_VALUE_STRING = 400100
 
static int ERR_INVALID_PARAMETER_VALUE_NUMBER = 400101
 
static int ERR_INVALID_PARAMETER_VALUE_LIST = 400102
 
static int ERR_INVALID_PARAMETER_VALUE_JSON = 400103
 
static int ERR_INVALID_PARAMETER_VALUE_BOOLEAN = 400104
 
static int ERR_INVALID_PARAMETER_VALUE_REQUIRED = 400105
 
static int ERR_INVALID_PARAMETER_VALUE_POSITIVE = 400106
 
static int ERR_INVALID_PARAMETER_VALUE_NEGATIVE = 400107
 
static int ERR_NON_AUTHORIZED = 400108
 
static int ERR_TOKEN_EXPIRED = 400109
 
static int ERR_INVALID_CHANNEL_URL = 400110
 
static int ERR_INVALID_PARAMETER_VALUE = 400111
 
static int ERR_UNUSABLE_CHARACTER_INCLUDED = 400151
 
static int ERR_NOT_FOUND_IN_DATABASE = 400201
 
static int ERR_DUPLICATED_DATA = 400202
 
static int ERR_INVALID_JSON_BODY = 400403
 
static int ERR_API_TOKEN_NOT_VALID = 400401
 
static int ERR_APP_ID_NOT_VALID = 400404
 
static int ERR_ACCESS_TOKEN_EMPTY = 400500
 
static int ERR_ACCESS_TOKEN_NOT_VALID = 400501
 
static int ERR_USER_NOT_EXIST = 400502
 
static int ERR_USER_DEACTIVATED = 400503
 
static int ERR_USER_CREATION_FAILED = 400504
 
static int ERR_INTERNAL_SERVER_ERROR = 500901
 
static int ERR_INVALID_INITIALIZATION = 800100
 
static int ERR_CONNECTION_REQUIRED = 800101
 
static int ERR_CONNECTION_CANCELED = 800102
 
static int ERR_INVALID_PARAMETER = 800110
 
static int ERR_NETWORK = 800120
 
static int ERR_NETWORK_ROUTING_ERROR = 800121
 
static int ERR_MALFORMED_DATA = 800130
 
static int ERR_MALFORMED_ERROR_DATA = 800140
 
static int ERR_WRONG_CHANNEL_TYPE = 800150
 
static int ERR_MARK_AS_READ_RATE_LIMIT_EXCEEDED = 800160
 
static int ERR_QUERY_IN_PROGRESS = 800170
 
static int ERR_ACK_TIMEOUT = 800180
 
static int ERR_LOGIN_TIMEOUT = 800190
 
static int ERR_WEBSOCKET_CONNECTION_CLOSED = 800200
 
static int ERR_WEBSOCKET_CONNECTION_FAILED = 800210
 
static int ERR_REQUEST_FAILED = 800220
 
static int ERR_FILE_UPLOAD_CANCLED = 800240
 
static int ERR_INVALID_AUTHORITY = 900100
 

Detailed Description

Class representing error codes.

Member Data Documentation

◆ ERR_API_TOKEN_NOT_VALID

int SendBird.SendBirdError.ERR_API_TOKEN_NOT_VALID = 400401
static

RESTful API errors for SDK.

◆ ERR_INTERNAL_SERVER_ERROR

int SendBird.SendBirdError.ERR_INTERNAL_SERVER_ERROR = 500901
static

Server internal error.

◆ ERR_INVALID_INITIALIZATION

int SendBird.SendBirdError.ERR_INVALID_INITIALIZATION = 800100
static

SDK internal error.

◆ ERR_INVALID_PARAMETER_VALUE_STRING

int SendBird.SendBirdError.ERR_INVALID_PARAMETER_VALUE_STRING = 400100
static

RESTful API errors.


The documentation for this class was generated from the following file: