Exception: CommandTower::Errors::Auth::VerificationSendFailedError

Inherits:
CommandTower::Errors::ApplicationError show all
Defined in:
app/errors/command_tower/errors/auth/verification_send_failed_error.rb

Instance Attribute Summary

Attributes inherited from CommandTower::Errors::ApplicationError

#cause, #details

Instance Method Summary collapse

Methods inherited from CommandTower::Errors::ApplicationError

#initialize

Constructor Details

This class inherits a constructor from CommandTower::Errors::ApplicationError

Instance Method Details

#codeObject



7
8
9
# File 'app/errors/command_tower/errors/auth/verification_send_failed_error.rb', line 7

def code
  "verification_send_failed"
end

#log_levelObject



19
20
21
# File 'app/errors/command_tower/errors/auth/verification_send_failed_error.rb', line 19

def log_level
  :error
end

#messageObject



11
12
13
# File 'app/errors/command_tower/errors/auth/verification_send_failed_error.rb', line 11

def message
  "Unable to send verification email"
end

#retryable?Boolean

Returns:

  • (Boolean)


15
16
17
# File 'app/errors/command_tower/errors/auth/verification_send_failed_error.rb', line 15

def retryable?
  true
end