All Downloads are FREE. Search and download functionalities are using the official Maven repository.

schema.GenericErrorResponse.schema.json Maven / Gradle / Ivy

{
  "type": "object",
  "extends": {
    "type": "object",
    "javaType": "org.hawkular.cmdgw.api.AuthMessage"
  },
  "javaType": "org.hawkular.cmdgw.api.GenericErrorResponse",
  "description": "An general error message.",
  "additionalProperties": false,
  "properties": {
    "errorMessage": {
      "type": "string"
    },
    "stackTrace": {
      "type": "string"
    }
  },
  "required": ["errorMessage"]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy