Skip to content

ErrorsData

Type: object

Properties

Property Type Required Description Constraints
date string (date-time) Yes Date of the collected calls
errors array No Counts for individual error codes
total integer (int32) No Total number of errors in the time period

Generated example

{
  "date": "2026-01-15T10:30:00Z",
  "errors": [
    {
      "count": 123,
      "errorCode": "string"
    }
  ],
  "total": 123
}

Referenced models

Source

Generated from swagger-mapi.json.