Module: FinchAPI::Models::Jobs::AutomatedAsyncJob::Status
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/finch_api/models/jobs/automated_async_job.rb
Overview
Constant Summary collapse
- PENDING =
:pending- IN_PROGRESS =
:in_progress- COMPLETE =
:complete- ERROR =
:error- REAUTH_ERROR =
:reauth_error- PERMISSIONS_ERROR =
:permissions_error
Method Summary
Methods included from Internal::Type::Enum
==, ===, coerce, dump, hash, inspect, values
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!