Open utopictown opened 3 months ago
@utopictown thank you for reporting back.
Failure reason is part of error.status
(Status
) contains more information.
type Status = {
error: boolean
category: StatusCategory
operation?: RequestOperation
statusCode: number
errorData?: Error | Payload
[p: string]: Payload | Error | undefined
}
how do i check status for details
? i dont know which part caused this
i got this from sentry report
version:
"pubnub": "^8.2.4"
i dont know what caused this. can anyone help to debug this better?
feature request: is it possible to throw more useful message?