Skip to content
View as Markdown
View as Markdown

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

Function: describeNetworkErrorKind()

describeNetworkErrorKind(kind): object

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

Describes a network error kind with human-readable summary and actionable hint.

Parameters

kind

NetworkErrorKind

The network error kind

Returns

object

Summary and hint for the error kind

hint

hint: string

summary

summary: string

Released under the Apache-2.0 License.