Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1348,6 +1348,57 @@
}
}
},
"ErrorDetail": {
"description": "The error detail.",
"properties": {
"code": {
"readOnly": true,
"type": "string",
"description": "The error code."
},
"message": {
"readOnly": true,
"type": "string",
"description": "The error message."
},
"target": {
"readOnly": true,
"type": "string",
"description": "The error target."
},
"details": {
"readOnly": true,
"type": "array",
"items": {
"$ref": "#/definitions/ErrorDetail"
},
"description": "The error details."
},
"additionalInfo": {
"readOnly": true,
"type": "array",
"items": {
"$ref": "#/definitions/ErrorAdditionalInfo"
},
"description": "The error additional info."
}
}
},
"ErrorAdditionalInfo": {
"properties": {
"type": {
"readOnly": true,
"type": "string",
"description": "The additional info type."
},
"info": {
"readOnly": true,
"type": "object",
"description": "The additional info."
}
},
"description": "The resource management error additional info."
},
"ErrorResponse": {
"description": "Describes the format of Error response.",
"type": "object",
Expand All @@ -1363,6 +1414,14 @@
"message": {
"description": "Error message indicating why the operation failed.",
"type": "string"
},
"details": {
"readOnly": true,
"type": "array",
"items": {
"$ref": "#/definitions/ErrorDetail"
},
"description": "The error details."
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1098,6 +1098,57 @@
},
"description": "An error response from Operations."
},
"ErrorDetail": {
"description": "The error detail.",
"properties": {
"code": {
"readOnly": true,
"type": "string",
"description": "The error code."
},
"message": {
"readOnly": true,
"type": "string",
"description": "The error message."
},
"target": {
"readOnly": true,
"type": "string",
"description": "The error target."
},
"details": {
"readOnly": true,
"type": "array",
"items": {
"$ref": "#/definitions/ErrorDetail"
},
"description": "The error details."
},
"additionalInfo": {
"readOnly": true,
"type": "array",
"items": {
"$ref": "#/definitions/ErrorAdditionalInfo"
},
"description": "The error additional info."
}
}
},
"ErrorAdditionalInfo": {
"properties": {
"type": {
"readOnly": true,
"type": "string",
"description": "The additional info type."
},
"info": {
"readOnly": true,
"type": "object",
"description": "The additional info."
}
},
"description": "The resource management error additional info."
},
"ErrorResponse": {
"description": "Describes the format of Error response.",
"type": "object",
Expand All @@ -1116,11 +1167,21 @@
},
"subCode": {
"description": "The error sub code",
"type": "string"
"type": "integer",
"format": "int32"
},
"httpStatusCode": {
"description": "The http status code",
"type": "string"
"type": "integer",
"format": "int32"
},
"details": {
"readOnly": true,
"type": "array",
"items": {
"$ref": "#/definitions/ErrorDetail"
},
"description": "The error details."
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1247,6 +1247,57 @@
},
"description": "An error response from Operations."
},
"ErrorDetail": {
"description": "The error detail.",
"properties": {
"code": {
"readOnly": true,
"type": "string",
"description": "The error code."
},
"message": {
"readOnly": true,
"type": "string",
"description": "The error message."
},
"target": {
"readOnly": true,
"type": "string",
"description": "The error target."
},
"details": {
"readOnly": true,
"type": "array",
"items": {
"$ref": "#/definitions/ErrorDetail"
},
"description": "The error details."
},
"additionalInfo": {
"readOnly": true,
"type": "array",
"items": {
"$ref": "#/definitions/ErrorAdditionalInfo"
},
"description": "The error additional info."
}
}
},
"ErrorAdditionalInfo": {
"properties": {
"type": {
"readOnly": true,
"type": "string",
"description": "The additional info type."
},
"info": {
"readOnly": true,
"type": "object",
"description": "The additional info."
}
},
"description": "The resource management error additional info."
},
"ErrorResponse": {
"description": "Describes the format of Error response.",
"type": "object",
Expand All @@ -1262,6 +1313,14 @@
"message": {
"description": "Error message indicating why the operation failed.",
"type": "string"
},
"details": {
"readOnly": true,
"type": "array",
"items": {
"$ref": "#/definitions/ErrorDetail"
},
"description": "The error details."
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1245,11 +1245,13 @@
},
"subCode": {
"description": "The error sub code",
"type": "string"
"type": "integer",
"format": "int32"
},
"httpStatusCode": {
"description": "The http status code",
"type": "string"
"type": "integer",
"format": "int32"
}
}
},
Expand Down Expand Up @@ -1360,6 +1362,57 @@
}
}
},
"ErrorDetail": {
"description": "The error detail.",
"properties": {
"code": {
"readOnly": true,
"type": "string",
"description": "The error code."
},
"message": {
"readOnly": true,
"type": "string",
"description": "The error message."
},
"target": {
"readOnly": true,
"type": "string",
"description": "The error target."
},
"details": {
"readOnly": true,
"type": "array",
"items": {
"$ref": "#/definitions/ErrorDetail"
},
"description": "The error details."
},
"additionalInfo": {
"readOnly": true,
"type": "array",
"items": {
"$ref": "#/definitions/ErrorAdditionalInfo"
},
"description": "The error additional info."
}
}
},
"ErrorAdditionalInfo": {
"properties": {
"type": {
"readOnly": true,
"type": "string",
"description": "The additional info type."
},
"info": {
"readOnly": true,
"type": "object",
"description": "The additional info."
}
},
"description": "The resource management error additional info."
},
"ErrorResponse": {
"description": "Describes the format of Error response.",
"type": "object",
Expand All @@ -1378,11 +1431,21 @@
},
"subCode": {
"description": "The error sub code",
"type": "string"
"type": "integer",
"format": "int32"
},
"httpStatusCode": {
"description": "The http status code",
"type": "string"
"type": "integer",
"format": "int32"
},
"details": {
"readOnly": true,
"type": "array",
"items": {
"$ref": "#/definitions/ErrorDetail"
},
"description": "The error details."
}
}
}
Expand Down