StiErrorStack Class
Namespace: Stimulsoft.Data.Engine
Methods
| Method | Returns | Description |
|---|---|---|
GetError static |
string | |
IsFail static |
bool | |
SetError static |
void | |
SetOk static |
void |
Method Details
GetError static
GetError(key: string): string
Parameters
- key (string)
Returns string
IsFail static
IsFail(key: string): bool
Parameters
- key (string)
Returns bool
SetError static
SetError(key: string, error: string): void
Parameters
- key (string)
- error (string)
SetOk static
SetOk(key: string): void
Parameters
- key (string)