API Description | API Path |
---|---|
Fetches a list of metadata for all the registered error resolversReturns a list of metadata for all the error resolvers registered. |
GET /api/v1/error-resolver
|
Resolves the errorInvokes the corresponding error resolver for the given error(s) present in the payload |
POST /api/v1/error-resolver?action=resolve_error
|
Fetches metadata about the given error_idReturns some metadata about the given error_id. This includes information of whether there is a resolver present for the given error_id and its associated user input data |
GET /api/v1/error-resolver/<error_id>
|