ui/build/form/submission\_handled\_externally\_error
ui/build/form/submission_handled_externally_error
Classes
SubmissionHandledExternallyError
Defined in: apps/website/.api-docs-entry/ui/build/form/submission_handled_externally_error.d.ts:5
Thrown when submit failure was handled outside FormState (e.g. approval dialog). FormState suppresses the default error toast and returns to idle without rethrowing.
Extends
Error
Constructors
Constructor
new SubmissionHandledExternallyError(message?): SubmissionHandledExternallyError;Defined in: apps/website/.api-docs-entry/ui/build/form/submission_handled_externally_error.d.ts:7
Parameters
| Parameter | Type |
|---|---|
message? |
string |
Returns
SubmissionHandledExternallyError
Overrides
Error.constructorProperties
name
readonly name: "SubmissionHandledExternallyError" = "SubmissionHandledExternallyError";Defined in: apps/website/.api-docs-entry/ui/build/form/submission_handled_externally_error.d.ts:6
Overrides
Error.name