Postmark · Schema

StandardPostmarkResponse

A Postmark API error.

EmailsMessagingTransactional EmailDeliverabilitySMTP

Properties

Name Type Description
ErrorCode integer
Message string
View JSON Schema on GitHub

JSON Schema

postmark-standardpostmarkresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/StandardPostmarkResponse",
  "title": "StandardPostmarkResponse",
  "type": "object",
  "properties": {
    "ErrorCode": {
      "type": "integer"
    },
    "Message": {
      "type": "string"
    }
  },
  "description": "A Postmark API error."
}