ServiceErrorType enum

サービス層のエラータイプ

Inheritance

Constructors

ServiceErrorType()
const

Values

notFound → const ServiceErrorType

共通エラー

serverError → const ServiceErrorType
unknown → const ServiceErrorType
imageConvertError → const ServiceErrorType

画像が変換できないエラー

invalidImageFormat → const ServiceErrorType

画像の形式が不正なエラー

authError → const ServiceErrorType

認証エラー

deviceInfoError → const ServiceErrorType

デバイス情報取得エラー

fileSaveError → const ServiceErrorType

ファイル保存エラー

zipConvertError → const ServiceErrorType

zipファイルの作成エラー

fileRenameError → const ServiceErrorType

ファイルのリネームエラー

fileDeleteError → const ServiceErrorType

ファイルの削除エラー

directoryNotAccessError → const ServiceErrorType

ディレクトリにアクセスできないエラー

notificationInitError → const ServiceErrorType

通知の初期化エラー

notificationShowError → const ServiceErrorType

通知の表示エラー

methodChannelError → const ServiceErrorType

メソッドチャネルエラー

loadModelError → const ServiceErrorType

モデルのロードエラー

estimatePosesError → const ServiceErrorType

姿勢推定エラー

closeModelError → const ServiceErrorType

モデルのクローズエラー

inferenceError → const ServiceErrorType

運動評価推論エラー

inferenceIsolateError → const ServiceErrorType

運動評価推論Isolateエラー

missingExerciseDataError → const ServiceErrorType

運動データが不足しているエラー

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Constants

values → const List<ServiceErrorType>
A constant List of the values in this enum, in order of their declaration.