Module: FinchAPI::Models::Jobs::AutomatedAsyncJob::Status

Extended by:
Internal::Type::Enum
Defined in:
lib/finch_api/models/jobs/automated_async_job.rb

Overview

See Also:

  • Jobs::AutomatedAsyncJob#status

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!

Methods included from Internal::Type::Converter

#coerce, coerce, #dump, dump, #inspect, inspect, type_info