Property Summary |
| description: String (read-only)
|
| Provides access to the description of the error provided by the remote service
|
|
public
| detail: String (read-only)
|
| Provides access to the detail information provided by the remote service
|
|
public
| faultcode: String (read-only)
|
| Provides access to the fault code provided by the remote service
|
|
public
| faultstring: String (read-only)
|
| Provide access to the description of the fault by the remote service
|
|
public
| type: String (read-only)
|
| Provides access to the type information provided by the remote service.
|
|
Constructor |
public
| Fault (
code: String, msg: String, detail: String, type: String)
|
| Constructs an instance of the fault with the specified code, message, and details
|
|
|