utils/errors library
Typedefs
-
TaskGqlMap
= TaskEither<
GqlException, Map< String, dynamic> > -
TaskGqlVoid
= TaskEither<
GqlException, void> -
TaskMap
= TaskEither<
HttpNotSuccess, Map< String, dynamic> > -
TaskVoid
= TaskEither<
HttpNotSuccess, void>