Class: AtlasEngine::AddressValidation::Errors

Inherits:
CodedErrors
  • Object
show all
Defined in:
app/models/atlas_engine/address_validation/errors.rb

Constant Summary collapse

HTTP_ISSUE =
T.let(error(:http_issue, "There was an issue processing the request."), CodedError)
REQUEST_ISSUE =
T.let(error(:request_issue, "There is an error with the given request."), CodedError)
MISSING_PARAMETER =
T.let(error(:missing_parameter, "The given request is missing a required parameter."), CodedError)

Constants inherited from CodedErrors

CodedErrors::ErrorCode

Method Summary

Methods inherited from CodedErrors

error