System Administration > Monitoring > Error Resolver

Associated URIs:

API Description API Path

Fetches a list of metadata for all the registered error resolvers


Returns a list of metadata for all the error resolvers registered.
GET /api/v1/error-resolver

Resolves the error


Invokes 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_id


Returns 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>