{"$id":"https://events-schemas.twilio.com/ErrorLogs.Error/1","$schema":"http://json-schema.org/draft-07/schema#","additionalProperties":false,"description":"The Error event provides information about errors produced by internal Twilio services.","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"}