Exception: Px::Service::ServiceError

Inherits:
ServiceBaseError show all
Defined in:
lib/px/service/errors.rb

Overview

Indicates something went wrong during request processing (a service or network error occurred) Corresponds to HTTP status 5xx responses. Services should catch other network/transport errors and raise this exception instead.

Instance Attribute Summary

Attributes inherited from ServiceBaseError

#status

Method Summary

Methods inherited from ServiceBaseError

#initialize

Constructor Details

This class inherits a constructor from Px::Service::ServiceBaseError