u-RPC (Python API)  1.0.1
The u-RPC Remote Procedure Call framework
urpc.misc.URPCError Class Reference

u-RPC error class. More...

Inheritance diagram for urpc.misc.URPCError:

Public Member Functions

def __init__ (self, reason)
 u-RPC error type constructor. More...
 

Public Attributes

 reason
 Reason of the error. More...
 

Detailed Description

u-RPC error class.

Constructor & Destructor Documentation

◆ __init__()

def urpc.misc.URPCError.__init__ (   self,
  reason 
)

u-RPC error type constructor.

Parameters
reasonReason of the error.

Member Data Documentation

◆ reason

urpc.misc.URPCError.reason

Reason of the error.


The documentation for this class was generated from the following file: