You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 11, 2023. It is now read-only.
When a SugarFormError occurs, a link to the documentation is annexed. (after documentation is completed)
AsIs
> throw new SugarFormError('SF0001')
Uncaught SugarFormError: SF0001 (SugarFormTypeError)
Incorrect type detected.
This may be a bug in SugarForm itself, or you may be ignoring TypeScript instructions.
at <anonymous>:2:7
ToBe
> throw new SugarFormError('SF0001')
Uncaught SugarFormError: SF0001 (SugarFormTypeError)
Incorrect type detected.
This may be a bug in SugarForm itself, or you may be ignoring TypeScript instructions.
See details: https://docs.sugarform.io/error/sf0001
at <anonymous>:2:7
When a SugarFormError occurs, a link to the documentation is annexed. (after documentation is completed)
AsIs
ToBe