Skip to main content

InvalidUidFormatError

class InvalidUidFormatError extends EnkaNetworkError

constructor

new InvalidUidFormatError(uid, statusCode, statusMessage)
PARAMETERTYPEOPTIONALDEFAULTDESCRIPTION
uidnumber
statusCodenumber
statusMessagestring

Properties

uid

In-game UID of the user

Type: number


statusCode

inherited

HTTP response status code from Enka.Network

Type: number


statusMessage

inherited

The message of the status code

Type: string