Packagehessian.io
Classpublic class HessianServiceError
InheritanceHessianServiceError Inheritance Error

An Error thrown if a Hessian service error is experienced.



Public Properties
 PropertyDefined by
  code : String
[read-only] A code associated with the error.
HessianServiceError
  detail : Object
[read-only] A detailed message associated with the error.
HessianServiceError
Public Methods
 MethodDefined by
  
HessianServiceError(msg:String = "", code:String = "", detail:Object = null)
Creates a new HessianServiceError.
HessianServiceError
Property detail
codeproperty
code:String  [read-only]

A code associated with the error.

Implementation
    public function get code():String
detailproperty 
detail:Object  [read-only]

A detailed message associated with the error.

Implementation
    public function get detail():Object
Constructor detail
HessianServiceError()constructor
public function HessianServiceError(msg:String = "", code:String = "", detail:Object = null)

Creates a new HessianServiceError.

Parameters
msg:String (default = "") — A message associated with the error.
 
code:String (default = "") — A code associated with the error.
 
detail:Object (default = null) — A detailed message associated with the error.