# 54053: Invalid friendly name

Log Level: ERROR

## Description

The specified 'FriendlyName' parameter is not valid.

### Possible causes

* The value supplied by the FriendlyName parameter is an empty string.
* The value supplied by the FriendlyName parameter exceeds 255 characters.

### Possible solutions

Confirm the FriendlyName string parameter is either unspecified (`null`) or a nonempty string of up to 1-255 Unicode characters.
