### Authentication Error Response Source: https://opendata.transport.nsw.gov.au/developers/api-basics Example of the JSON response returned when an API request is missing or provides an incorrect API key. ```json { "ErrorDetails": { "TransactionId": ""00000153065eb1f7-38f0e", "ErrorDateTime": ""2016-03-19T04:35:02.676-04:00"", "Message": ""The calling application is unauthenticated."", "RequestedUrl": "/v1/gtfs/alerts/buses", "RequestMethod": "GET" } } ``` -------------------------------- ### Throttle Limit Error Response Source: https://opendata.transport.nsw.gov.au/developers/api-basics JSON response received when the application exceeds the allowed requests per second. ```json { "code": 403, "message": "Account over rate limit" } ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.