ApplicationError404

Schema for ApplicationError404 from CMS Marketplace API

MedicareMedicaidHealthcareHealth InsuranceFHIRFederal GovernmentDrug SpendingProvider DataQuality MeasuresClaims Data

Properties

Name Type Description
code string Marketplace API status code
status string HTTP status code
msg string Message describing the type of error
err string Specific error encountered
View JSON Schema on GitHub

JSON Schema

marketplace-applicationerror404.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "ApplicationError404",
  "description": "Schema for ApplicationError404 from CMS Marketplace API",
  "properties": {
    "code": {
      "description": "Marketplace API status code",
      "type": "string",
      "example": "1006"
    },
    "status": {
      "description": "HTTP status code",
      "type": "string",
      "example": "404"
    },
    "msg": {
      "description": "Message describing the type of error",
      "type": "string",
      "example": "Plan not found"
    },
    "err": {
      "description": "Specific error encountered",
      "type": "string",
      "example": "sql: No records found"
    }
  },
  "type": "object"
}