Class ErrorModel
Package: ui-framework
Constructors
ErrorModel(string, string)
Declaration
new ErrorModel(message: string, details: string)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | |
| string | details |
Properties
details
Declaration
public details: string
Property Value
| Type | Description |
|---|---|
| string |
message
Declaration
public message: string
Property Value
| Type | Description |
|---|---|
| string |