Kind: Interface
Source: atloria-monorepo/libs/parser-core/src/interfaces/state-management.interface.ts
Error handling pattern
Properties
| Property | Type |
|---|---|
errorField | string |
errorActions | string[] |
errorMessages | string[] |
recoveryActions | `Array<{ |
name: string; description: string;
}>| |hasRetry|boolean| |errorBoundaries|string[]` |
Was this page helpful?