includeErrorDetailsInServerErrorResponses property

bool includeErrorDetailsInServerErrorResponses
getter/setter pair

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 Liquidart applications from the HTTP client.

Implementation

static bool includeErrorDetailsInServerErrorResponses = false;