Klarna · Schema

ErrorMessageDto

FintechBNPLPaymentsCardsShopping

Properties

Name Type Description
correlation_id string
error_code string
error_messages array
View JSON Schema on GitHub

JSON Schema

klarna-errormessagedto-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ErrorMessageDto",
  "title": "ErrorMessageDto",
  "properties": {
    "correlation_id": {
      "type": "string"
    },
    "error_code": {
      "type": "string"
    },
    "error_messages": {
      "items": {
        "type": "string"
      },
      "type": "array"
    }
  },
  "type": "object"
}