Module: FaxFinder::Responses

Defined in:
lib/fax_finder/response.rb

Constant Summary collapse

ERROR_GSUB =
'####MESSAGE#####'
NO_CONNECTION =
<<-EOXML
<response>
  <message>No connection to fax server</message>
  <fax_entry>
    <state>error</state>
  </fax_entry>
</response>    
EOXML
APPLICATION_ERROR =
<<-EOXML
<response>
  <message>####MESSAGE#####</message>
  <fax_entry>
    <state>error</state>
  </fax_entry>
</response>    
EOXML