Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 1.22 KB

ErrorDetails.md

File metadata and controls

12 lines (9 loc) · 1.22 KB

# ErrorDetails

Properties

Name Type Description Notes
message string Error message
code ErrorCode <strong>Type:</strong> ErrorCode<br/> Error code. See the documentation of the individual services for details about what values may be returned.
type ErrorType <strong>Type:</strong> ErrorType<br/> Error type. BUSINESS errors depict error messages in the language of the bank (or the preferred language) for the user, e.g. from a bank server. TECHNICAL errors are meant to be read by developers and depict internal errors.
multi_step_authentication MultiStepAuthenticationChallenge <strong>Type:</strong> MultiStepAuthenticationChallenge<br/> This field is set when a multi-step authentication is required, i.e. when you need to repeat the original service call and provide additional data. The field contains information about what additional data is required.

[Back to Model list] [Back to API list] [Back to README]