<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [rc-js-util](./rc-js-util.md) &gt; [INestedErrorCtorConfig](./rc-js-util.inestederrorctorconfig.md) &gt; [getTxFallback](./rc-js-util.inestederrorctorconfig.gettxfallback.md)

## INestedErrorCtorConfig.getTxFallback property

Given a localization, convert it to a somewhat human-readable string. This should NOT be using any localization system if there's any chance it can fail to load. This is intended for cases where the localization system is not available.

**Signature:**

```typescript
getTxFallback: (localization: ILocalization) => string;
```
