Enum ErrorsCallback
Defines a function that should work when a request fails.
Syntax
type ErrorsCallback = (errorData: ResponseErrorContext) => void
Defines a function that should work when a request fails.
type ErrorsCallback = (errorData: ResponseErrorContext) => void