@defer/client
Errors
A comprehensive breakdown of all errors thrown by @defer/client.
A Background Function invocation might throw some catchable errors:
DeferError
: any error that happened on the Defer Platform (during an execution)ClientError
: any error that happened within@defer/client
(from your application)HTTPRequestError
: any error related to the Defer being unreachableAPIError
: any error returned from the Defer API
An error is thrown, what should I do?
Was this page helpful?