Skip to content
View as Markdown
View as Markdown

@salesforce/b2c-tooling-sdk / errors / NetworkErrorKind

Type Alias: NetworkErrorKind

NetworkErrorKind = "timeout" | "connection-reset" | "connection-refused" | "dns" | "tls" | "aborted" | "unknown"

Defined in: packages/b2c-tooling-sdk/src/errors/network-error.ts:29

Classification of network error causes.

Released under the Apache-2.0 License.