Moody's · Schema

Error

Standard error response.

Climate RiskComplianceCredit RiskEconomic DataEntity VerificationFinancial AnalyticsInsuranceKYCRiskScreening

Properties

Name Type Description
code string Machine-readable error code.
message string Human-readable error message.
details string Additional details about the error.
View JSON Schema on GitHub

JSON Schema

moodys-data-buffet-error-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Error",
  "type": "object",
  "description": "Standard error response.",
  "properties": {
    "code": {
      "type": "string",
      "description": "Machine-readable error code."
    },
    "message": {
      "type": "string",
      "description": "Human-readable error message."
    },
    "details": {
      "type": "string",
      "description": "Additional details about the error."
    }
  }
}