Module: CommandTower::Errors
- Defined in:
- app/errors/command_tower/errors/internal_error.rb,
app/errors/command_tower/errors/forbidden_error.rb,
app/errors/command_tower/errors/not_found_error.rb,
app/errors/command_tower/errors/validation_error.rb,
app/errors/command_tower/errors/application_error.rb,
app/errors/command_tower/errors/unauthorized_error.rb,
app/errors/command_tower/errors/auth/csrf_missing_error.rb,
app/errors/command_tower/errors/auth/csrf_mismatch_error.rb,
app/errors/command_tower/errors/auth/account_deleted_error.rb,
app/errors/command_tower/errors/account/phone_missing_error.rb,
app/errors/command_tower/errors/continuation_exhausted_error.rb,
app/errors/command_tower/errors/auth/self_impersonation_error.rb,
app/errors/command_tower/errors/auth/invalid_credentials_error.rb,
app/errors/command_tower/errors/auth/nested_impersonation_error.rb,
app/errors/command_tower/errors/auth/signup_ip_rate_limit_error.rb,
app/errors/command_tower/errors/messaging/accept_rejected_error.rb,
app/errors/command_tower/errors/auth/signup_session_expired_error.rb,
app/errors/command_tower/errors/auth/signup_session_invalid_error.rb,
app/errors/command_tower/errors/auth/signup_session_missing_error.rb,
app/errors/command_tower/errors/auth/email_already_registered_error.rb,
app/errors/command_tower/errors/auth/verification_send_failed_error.rb,
app/errors/command_tower/errors/account/phone_already_verified_error.rb,
app/errors/command_tower/errors/auth/signup_session_rate_limit_error.rb,
app/errors/command_tower/errors/auth/verification_code_invalid_error.rb,
app/errors/command_tower/errors/messaging/idempotency_conflict_error.rb,
app/errors/command_tower/errors/messaging/recipient_unresolved_error.rb,
app/errors/command_tower/errors/account/pushover_not_configured_error.rb,
app/errors/command_tower/errors/auth/password_reset_unavailable_error.rb,
app/errors/command_tower/errors/account/phone_verification_stale_error.rb,
app/errors/command_tower/errors/auth/email_verification_required_error.rb,
app/errors/command_tower/errors/auth/password_reset_invalid_token_error.rb,
app/errors/command_tower/errors/account/phone_verification_expired_error.rb,
app/errors/command_tower/errors/account/sms_capability_unavailable_error.rb,
app/errors/command_tower/errors/auth/default_membership_assignment_error.rb,
app/errors/command_tower/errors/auth/impersonation_session_expired_error.rb,
app/errors/command_tower/errors/auth/impersonation_session_missing_error.rb,
app/errors/command_tower/errors/account/pushover_already_configured_error.rb,
app/errors/command_tower/errors/account/phone_verification_throttled_error.rb,
app/errors/command_tower/errors/account/pushover_verification_failed_error.rb,
app/errors/command_tower/errors/auth/password_recovery_ip_rate_limit_error.rb,
app/errors/command_tower/errors/account/pushover_provider_unavailable_error.rb,
app/errors/command_tower/errors/account/phone_verification_send_failed_error.rb,
app/errors/command_tower/errors/auth/password_recovery_session_expired_error.rb,
app/errors/command_tower/errors/auth/password_recovery_session_invalid_error.rb,
app/errors/command_tower/errors/auth/password_recovery_session_missing_error.rb,
app/errors/command_tower/errors/account/phone_verification_code_invalid_error.rb,
app/errors/command_tower/errors/account/pushover_capability_unavailable_error.rb,
app/errors/command_tower/errors/auth/password_recovery_session_rate_limit_error.rb,
app/errors/command_tower/errors/auth/admin_unavailable_during_impersonation_error.rb
Defined Under Namespace
Modules: Account, Auth, Messaging Classes: ApplicationError, ContinuationExhaustedError, ForbiddenError, InternalError, NotFoundError, UnauthorizedError, ValidationError