Class: Jumbotron::Errors::Canonical::ProviderIdentityConflictError
- Inherits:
-
CommandTower::Errors::ApplicationError
- Object
- CommandTower::Errors::ApplicationError
- Jumbotron::Errors::Canonical::ProviderIdentityConflictError
- Defined in:
- app/errors/jumbotron/errors/canonical.rb
Instance Method Summary collapse
Instance Method Details
#code ⇒ Object
17 18 19 |
# File 'app/errors/jumbotron/errors/canonical.rb', line 17 def code "provider_identity_conflict" end |
#message ⇒ Object
21 22 23 |
# File 'app/errors/jumbotron/errors/canonical.rb', line 21 def "provider identity is already attached to a different target" end |