sendError method Null safety
- Request req,
- dynamic error
Sends error serialized as ErrorDescription object and appropriate HTTP status code. If status code is not defined, it uses 500 status code.
req
a HTTP request object.error
an error object to be sent.