Error/OpusSafety::RequestFormatError

From Delft Solutions
Jump to navigation Jump to search

Request Format Error is an error Opus Compliance Cloud raises when The request has an invalid, incorrect, or incomplete format. This usually sets the response to a status code 400: Bad Request.

Common cause(s)

Usually caused because of the format of the request body (including URL query parameters), causing the system to be unable to parse the request. If the request is generally parseble but incorrect, a OpusSafety::UnprocessableEntityError is more common.

Common resolution(s)

The error message generally indicates the issue with the request. When the error message is generic, double check the request body and try again.