db
ErrorResponse Class Reference

Inherits JsonSerializable.

Public Member Functions

 __construct ($errorCode, $errorMessage, $id)
 
 getJsonrpc ()
 
 getErrorCode ()
 
 getErrorMessage ()
 
 getId ()
 
 jsonSerialize ()
 

Protected Attributes

 $jsonrpc = "2.0"
 
 $errorCode
 
 $errorMessage
 
 $id
 

Detailed Description

Normalni odpover JsonRPC

Constructor & Destructor Documentation

◆ __construct()

__construct (   $errorCode,
  $errorMessage,
  $id 
)

Member Function Documentation

◆ getErrorCode()

getErrorCode ( )

◆ getErrorMessage()

getErrorMessage ( )

◆ getId()

getId ( )

◆ getJsonrpc()

getJsonrpc ( )

◆ jsonSerialize()

jsonSerialize ( )

Member Data Documentation

◆ $errorCode

$errorCode
protected

◆ $errorMessage

$errorMessage
protected

◆ $id

$id
protected

◆ $jsonrpc

$jsonrpc = "2.0"
protected

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