NetworkExceptionReason
Represents specific types of network-related errors that can occur during database communication.
Entries
Link copied to clipboard
A generic network connection error.
Link copied to clipboard
A read or connect operation timed out.
Link copied to clipboard
Attempted to use a connection that has already been closed locally.
Link copied to clipboard
The remote database server (peer) closed the connection unexpectedly.
Link copied to clipboard
The connection was aborted locally, e.g., by a thread interrupt or specific API call.
Properties
Functions
Link copied to clipboard
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared.