Aramark · JSON Structure

Marko Api Error Response Structure

ErrorResponse schema from Aramark Marko API

Type: object Properties: 2
Food ServicesFacilities ManagementUniform ServicesData PlatformFortune 500

ErrorResponse is a JSON Structure definition published by Aramark, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

message code

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "message": {
      "type": "string",
      "description": "Error message",
      "example": "Unauthorized"
    },
    "code": {
      "type": "int32",
      "description": "Error code",
      "example": 401
    }
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aramark/refs/heads/main/json-structure/marko-api-error-response-structure.json",
  "name": "ErrorResponse",
  "description": "ErrorResponse schema from Aramark Marko API"
}