Variable errorsConst

errors: {
    AuthorizationError: typeof AuthorizationError;
    ClosedConnectionError: typeof ClosedConnectionError;
    ConnectionError: typeof ConnectionError;
    DrainingConnectionError: typeof DrainingConnectionError;
    InvalidArgumentError: typeof InvalidArgumentError;
    InvalidOperationError: typeof InvalidOperationError;
    InvalidSubjectError: typeof InvalidSubjectError;
    NoRespondersError: typeof NoRespondersError;
    PermissionViolationError: typeof PermissionViolationError;
    ProtocolError: typeof ProtocolError;
    RequestError: typeof RequestError;
    TimeoutError: typeof TimeoutError;
    UserAuthenticationExpiredError: typeof UserAuthenticationExpiredError;
} = ...