includeErrorDetailsInServerErrorResponses property Null safety

bool includeErrorDetailsInServerErrorResponses
read / write

Returns a stacktrace and additional details about how the request's processing in the HTTP response.

By default, this is false. During debugging, setting this to true can help debug Conduit applications from the HTTP client.

Implementation

static bool includeErrorDetailsInServerErrorResponses = false;