UsecaseErrorType enum
ユースケース層のエラータイプ
- Inheritance
- Implemented types
Constructors
- UsecaseErrorType()
-
const
Values
- notFound → const UsecaseErrorType
-
共通エラー
- serverError → const UsecaseErrorType
- networkError → const UsecaseErrorType
- unknown → const UsecaseErrorType
- imageConvertError → const UsecaseErrorType
- invalidImageFormat → const UsecaseErrorType
- permissionDenied → const UsecaseErrorType
- movieSaveError → const UsecaseErrorType
- sensorSaveError → const UsecaseErrorType
- fileRenameError → const UsecaseErrorType
- zipConvertError → const UsecaseErrorType
- fileSaveError → const UsecaseErrorType
- fileDeleteError → const UsecaseErrorType
- directoryNotAccessError → const UsecaseErrorType
- fitnessDataOpenError → const UsecaseErrorType
- fitnessDataGetError → const UsecaseErrorType
- fitnessDataConvertError → const UsecaseErrorType
- fitnessDataUpsertError → const UsecaseErrorType
- fitnessDataDeleteError → const UsecaseErrorType
- localStorageCheckError → const UsecaseErrorType
- missingExerciseDataError → const UsecaseErrorType
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toLocalizedMessage(
BuildContext context) → String -
ローカライズされたメッセージを返す
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
UsecaseErrorType> - A constant List of the values in this enum, in order of their declaration.