NextGenPSD2 specific definition of reporting error information in case of a HTTP error code 401.
| name | data type | description |
|---|---|---|
| tppMessages | array of TppMessage405AIS | Get tppMessages |
| _links | map of object | Get links |
Example
{
"tppMessages" : [ {
"category" : "ERROR",
"code" : "SERVICE_INVALID",
"path" : "...",
"text" : "..."
}, {
"category" : "WARNING",
"code" : "SERVICE_INVALID",
"path" : "...",
"text" : "..."
} ],
"_links" : {
"property1" : { },
"property2" : { }
}
}