Hi All,
I am implementing Maestro Workflow and it throws errors for various reasons, but error descriptions are not developer friendly to fix those errors easily. For e,g mentioned below error
{ "name": "Execute_eSign_Scope_47ac200c-b553-4ad9-a1bc-d55afa5d28b4", "startTime": "2025-06-06T19:30:13.7287018Z", "endTime": "2025-06-06T19:30:15.4834359Z", "code": "BadRequest", "status": "Failed", "apiError": { "message": "Error creating envelope for the Esign scope", "internalErrorCode": "ERR_10999", "internalTraceId": "047e235f919f7c23850e780df4eb6b0b", "apiError": "{\"errorCode\":\"UNSPECIFIED_ERROR\",\"message\":\"Object reference not set to an instance of an object.\"}" -- This error does not tell me what is missing to pass into workflow for e.g. whether I am missing to pass any recipient details, or mandatory fields info, then what mandatory field is throwing this error. Without knowing exact errors, it is very difficult to fix quickly, it becomes almost impossible and takes many days due to no clarity on errors }}
If there is any other way to check more detailed errors, it would be really make developers life easy