class GMO::PG::Errors::Error

Public Instance Methods

to_error() click to toggle source
# File lib/gmo-pg/http_resource/errors.rb, line 5
def to_error
  GMO::PG::Error.from_api_error(err_code, err_info)
end