{"$id":"https://events-schemas.twilio.com/ErrorLogs.Error/2","$schema":"http://json-schema.org/draft-07/schema#","additionalProperties":false,"description":"The Error event provides information about errors produced by internal Twilio services.","examples":[{"account_sid":"AC0000000000000000000000000000001","correlation_sid":"ZE0000000000000000000000000000001","date_created":"2025-01-01T00:00:00.000Z","error_code":"93101","level":"INFO","master_account_sid":"AC0000000000000000000000000000001","payload":"{\"error_code\":93101,\"message\":\"Error delivering event to webhook: 500 Internal Server Error\"}","product_name":"Event Streams","request_sid":"RQ0000000000000000000000000000001","service_sid":"ZH0000000000000000000000000000001","sid":"NO0000000000000000000000000000001"}],"properties":{"account_sid":{"description":"The accound SID the debug event belongs to","type":"string"},"correlation_sid":{"description":"The correlation SID of the debug event","type":"string"},"date_created":{"description":"The date the debug event was created","type":"string"},"error_code":{"description":"The Twilio error code which is associated with the debug event","type":"string"},"level":{"description":"The log level of the debug event","type":"string"},"master_account_sid":{"description":"The account SID of the parent account the debug event belongs to","type":"string"},"payload":{"description":"The payload of the debug event","type":"string"},"product_name":{"description":"The Twilio product which created the debug event","type":"string"},"request_sid":{"description":"The request SID  of the debug event","type":"string"},"service_sid":{"description":"The service SID of the debug event","type":"string"},"sid":{"description":"SID for the debug event","type":"string"}},"required":["sid","account_sid","date_created"],"title":"Error","type":"object"}