Class: TaxCloud::MessageType

Inherits:
Object
  • Object
show all
Defined in:
lib/response/message_type.rb

Constant Summary collapse

ERROR =
'Error'
WARNING =
'Warning'
INFORMATIONAL =
'Informational'
OK =
'OK'