Skip to main content

WarningDetails

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
WarningDetails
{
"type": "AccountCredentialsInvalid",
"message": "string",
"providerMessage": "string",
"isUserActionRequired": true,
"isTemporary": false
}