Errors
Overview
While using the sdk, you may run into an error. Usually this is caused by an invalid parameter in your implementation.
Here is an example of one error you may run into:
{
'httpStatusCode': 401,
'message': 'Invalid destination provided',
'info': { unknowns: [ 'moffdd' ] }
}
To learn more about these and how to solve them, review the error messages in this section.
Updated about 2 months ago
Did this page help you?