| Package | hessian.io | 
| Class | public class HessianServiceError | 
| Inheritance | HessianServiceError   Error | 
| Property | Defined by | ||
|---|---|---|---|
| code : String [read-only]
     A code associated with the error. 
 | HessianServiceError | ||
| detail : Object [read-only]
     A detailed message associated with the error. 
 | HessianServiceError | ||
| Method | Defined by | ||
|---|---|---|---|
| 
 
HessianServiceError(msg:String = "", code:String = "", detail:Object = null) 
     Creates a new HessianServiceError. 
 | HessianServiceError | ||
| code | property | 
code:String  [read-only]A code associated with the error.
Implementation    public function get code():String
| detail | property | 
detail:Object  [read-only]A detailed message associated with the error.
Implementation    public function get detail():Object
| HessianServiceError | () | constructor | 
public function HessianServiceError(msg:String = "", code:String = "", detail:Object = null)Creates a new HessianServiceError.
Parametersmsg: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.
      |