InvalidUidFormatError
class InvalidUidFormatError extends EnkaNetworkError
Properties
constructor
new InvalidUidFormatError(uid, statusCode, statusMessage)
PARAMETER | TYPE | OPTIONAL | DEFAULT | DESCRIPTION |
---|---|---|---|---|
uid | number | string | |||
statusCode | number | |||
statusMessage | string |
Properties
uid
In-game UID of the user
Type: string | number
statusCode
inherited
HTTP response status code from Enka.Network
Type: number
statusMessage
inherited
The message of the status code
Type: string