src/dispatcher.ts
Represents an action that indicates an unexpected, technical failure of some sort.
Properties |
error |
error:
|
Type : any
|
The error that occurred. If you need access to Blueriq's original info about the error, use isBlueriqError to verify if the error is a BlueriqResponseError, optionally of a certain error type as given as its second parameter. Then use BlueriqResponseError.cause to access the error details. |