Microsoft Azure · Schema

AcrErrorInfo

Error information.

API ManagementCloudCloud ComputingEnterpriseInfrastructure as a ServicePlatform as a ServiceT1

Properties

Name Type Description
code string Error code.
message string Error message.
detail object Error details.
View JSON Schema on GitHub

JSON Schema

azure-container-registry-acr-error-info-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "AcrErrorInfo",
  "type": "object",
  "description": "Error information.",
  "properties": {
    "code": {
      "type": "string",
      "description": "Error code."
    },
    "message": {
      "type": "string",
      "description": "Error message."
    },
    "detail": {
      "type": "object",
      "description": "Error details."
    }
  }
}