Class: GeoCerts::Error

Inherits:
MessageWithCode show all
Defined in:
lib/geo_certs/errors.rb

Overview

Errors are returned when a request to GeoCerts fails. The exception will be returned with a collection of Error objects which detail the error code and message.

Instance Attribute Summary

Attributes inherited from MessageWithCode

#code, #message

Method Summary

Methods inherited from MessageWithCode

#initialize, #to_s

Constructor Details

This class inherits a constructor from GeoCerts::MessageWithCode