---
editLink: false
lastUpdated: false
---

[@salesforce/b2c-tooling-sdk](../../modules.md) / [errors](../index.md) / describeNetworkErrorKind

# Function: describeNetworkErrorKind()

> **describeNetworkErrorKind**(`kind`): `object`

Defined in: [packages/b2c-tooling-sdk/src/errors/network-error.ts:247](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/0c642abce71b645ae9df3c6046c2bf8396a2845c/packages/b2c-tooling-sdk/src/errors/network-error.ts#L247)

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

## Parameters

### kind

[`NetworkErrorKind`](../type-aliases/NetworkErrorKind.md)

The network error kind

## Returns

`object`

Summary and hint for the error kind

### hint

> **hint**: `string`

### summary

> **summary**: `string`
