Class: Jumbotron::Errors::Canonical::ProviderIdentityConflictError

Inherits:
CommandTower::Errors::ApplicationError
  • Object
show all
Defined in:
app/errors/jumbotron/errors/canonical.rb

Instance Method Summary collapse

Instance Method Details

#codeObject



17
18
19
# File 'app/errors/jumbotron/errors/canonical.rb', line 17

def code
  "provider_identity_conflict"
end

#messageObject



21
22
23
# File 'app/errors/jumbotron/errors/canonical.rb', line 21

def message
  "provider identity is already attached to a different target"
end