*** title: Errors description: Standard error response format for the Moveworks REST API ---------------------------------------------------------------------- All errors are standardized and returned in the following format. Error codes are stable and will not change. ```json title="Error Response Format" { "error": { "code": "ERROR_CODE_IDENTIFIER", "message": "Description of the error." } } ```