Module: ShipEngine::Enums::MessageStatus
- Defined in:
- lib/shipengine/enums/message_types.rb
Constant Summary collapse
- INFO =
Info messages will describe the partial or complete level of accuracy available for the Address Validation.
"info"- WARNING =
Warning messages will usually consist of significant changes* or additions to the data that was provided in the request
"warning"- ERROR =
Error messages will usually describe a portion of the data sent in the request, that could not be validated with any measure of accuracy
"error"- ALL =
[ INFO, WARNING, ERROR, ].freeze