core/exceptions library
Exceptions / Errors
- ApiException
- Custom exception types used across the Form.io Flutter SDK.
- AuthException
- Raised for general authentication/token-related issues.
- ComponentFormatException
- Raised when a specific component is malformed or unsupported.
- FormParseException
- Raised when a form schema cannot be parsed or converted properly.
- SubmissionException
- Raised when submission fails due to invalid payload or response.