| Package | org.servebox.foundry.service |
| Class | public class BusinessDelegateServiceError |
| Inheritance | BusinessDelegateServiceError Error |
| Property | Defined by | ||
|---|---|---|---|
| code : int
The code of the error.
| BusinessDelegateServiceError | ||
| Method | Defined by | ||
|---|---|---|---|
|
BusinessDelegateServiceError(message:String, code:int = 0)
Creates a new BusinessDelegateServiceError.
| BusinessDelegateServiceError | ||
| code | property |
public var code:intThe code of the error.
| BusinessDelegateServiceError | () | constructor |
public function BusinessDelegateServiceError(message:String, code:int = 0)Creates a new BusinessDelegateServiceError.
Parametersmessage:String |
|
code:int (default = 0) |