Errors
Error codes
You can find all error codes in VidalClientErrorEnum
, this enum
is exported from library.
Errors usage
When using this library, you will find two types of errors. VidalClientRequestError
and VidalClientError
VidalClientRequestError
is used if an error occurs during the request to the vidal API, the code will always be VIDAL_REQUEST_FAILED
and you will be able to find the answer of vidal in error.vidalResponse
The second one, VidalClientError
, is used for business errors, for example when an object doesn't exist or a verification error. In this error, you can find more details in error.baseError
Here you can find, error formats
Last updated