InvalidUidFormatError
class InvalidUidFormatError extends RequestError
Properties
constructor
new InvalidUidFormatError(uid, statusCode, statusMessage)
PARAMETER | TYPE | OPTIONAL | DEFAULT | DESCRIPTION |
---|---|---|---|---|
uid | number | |||
statusCode | number | |||
statusMessage | string |
Properties
uid
Type: number
statusCode
inherited
HTTP response status code
Type: number
statusMessage
inherited
The message of the status code
Type: string