rc-js-util
Version:
A collection of TS and C++ utilities to help writing performant and correct applications, achieved through strict typing and (removable) invariant checking.
14 lines (8 loc) • 673 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [rc-js-util](./rc-js-util.md) > [INestedErrorCtorConfig](./rc-js-util.inestederrorctorconfig.md) > [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;
```