{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codepipeline/refs/heads/main/json-structure/amazon-codepipeline-error-details-structure.json", "name": "ErrorDetails", "description": "Represents information about an error in CodePipeline.", "type": "object", "properties": { "code": { "allOf": [ { "$ref": "#/components/schemas/Code" }, { "description": "The system ID or number code of the error." } ] }, "message": { "allOf": [ { "$ref": "#/components/schemas/Message" }, { "description": "The text of the error message." } ] } } }