StiErrorStack Class
Namespace: Stimulsoft.Data.Engine
Methods
| Method | Returns | Description |
|---|---|---|
getError static |
string | |
isFail static |
boolean | |
setError static |
void | |
setOk static |
void |
Method Details
getError static
getError(key: string): string
Parameters
- key (string)
Returns string
isFail static
isFail(key: string): boolean
Parameters
- key (string)
Returns boolean
setError static
setError(key: string, error: string): void
Parameters
- key (string)
- error (string)
setOk static
setOk(key: string): void
Parameters
- key (string)