ErrorDetails
typestringnullable
Type or general classification of the error.
Example:
AccountCredentialsInvalidmessagestringnullable
Error message.
providerMessagestringnullable
Original error message from the PSP.
isUserActionRequiredboolean
Whether a user action is required to resolve the error.
Example:
trueisTemporaryboolean
If the error is temporary.
Example:
falseErrorDetails
{
"type": "AccountCredentialsInvalid",
"message": "string",
"providerMessage": "string",
"isUserActionRequired": true,
"isTemporary": false
}