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