InternalException<T> class
- Implemented types
Constructors
- InternalException.new({required String code, required T param})
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
bundleEmpty(
) → InternalException< String> -
bundleFormat(
{required Archive param}) → InternalException< Archive> -
fromApiException(
{required ApiException param}) → InternalException< ApiException> -
fromOtaErrorResponse(
{required OtaErrorResponse param}) → InternalException< OtaErrorResponse> -
unexpected(
{required String param}) → InternalException< String>
Constants
- bundleEmptyError → const String
- bundleFormatError → const String
- otaApiError → const String
- unexpectedError → const String