Settlement Info Reporting [CH]

ApiGwError

object

Description of an error as provided by the API GW to help remediation.

messagestringrequired

A human-readable explanation specific to this error.

Example:Unauthorized

Example

Error

object

Description of an error to help remediation.

messagestringrequired

A human-readable explanation specific to this error.

Example:Unauthorized

errorDetailobject

Additional information about the error.

Show Child Parameters
Example

ErrorDetail

object

Detailed description of an error to help remediation. It follows RFC 7807 (https://datatracker.ietf.org/doc/html/rfc7807).

typestring(uri)

A URI reference (RFC3986) that describes the problem type (in the context of the provided API).

Should resolve to a human-readable document.

Default:about:blank

titlestring

A short, human-readable summary of the problem type in English.

Example:Not Found

statusinteger(int32)required

The HTTP status code (RFC7231, Section 6) generated by the origin server for this occurrence of the problem.

>= 100<= 599

Example:400

detailstring

A human-readable explanation specific to this occurrence of the problem.

Example:ISIN 'US012071998' does not exist.

instancestring(uri)

A URI reference (RFC3986) that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.

Example:https://www.example.com/books/1234

Example

ParameterLocation

string

The location of the parameter in question

Allowed values:BODYPATHQUERYHEADER

InvalidParameter

object

Description of a parameter with invalid value.

instringrequired

Location of the invalid parameter.

Allowed values:BODYPATHQUERYHEADER

namestringrequired

Name of the invalid parameter.

reasonstring

The reason why the parameter’s value is invalid.

valuestringrequired

The invalid value.

Example