ArcBest · JSON Structure

Arcbest Api Error Response Structure

Type: object Properties: 2
LogisticsFreightLTLSupply ChainShippingTransportation

ErrorResponse is a JSON Structure definition published by ArcBest, 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 access"
    },
    "code": {
      "type": "int32",
      "description": "Error code",
      "example": 401
    }
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/arcbest/refs/heads/main/json-structure/arcbest-api-error-response-structure.json",
  "name": "ErrorResponse"
}