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