BankruptcyWatch · Schema

ErrorResponse

API error response

BankruptcyComplianceCourt DataLegalLendingPACER

Properties

Name Type Description
errorCode string
message string
requestId string
View JSON Schema on GitHub

JSON Schema

errorresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/bankruptcywatch/json-schema/errorresponse-schema.json",
  "title": "ErrorResponse",
  "type": "object",
  "description": "API error response",
  "properties": {
    "errorCode": {
      "type": "string"
    },
    "message": {
      "type": "string"
    },
    "requestId": {
      "type": "string"
    }
  }
}