supportsStructuredErrorForConnection property

bool get supportsStructuredErrorForConnection

Whether the native library exposes per-connection structured error API.

Implementation

bool get supportsStructuredErrorForConnection =>
    _bindings.supportsStructuredErrorForConnection;