MissingFieldsError
Sourceimport { MissingFieldsError } from "@prestojs/viewmodel";
Hierarchy
- Error
 - MissingFieldsError
 
Constructor
Params:
| Parameter | Type | Description | |
|---|---|---|---|
| * | record | ViewModelInterface | |
| * | assignedFields | string[] | |
| * | requestedFieldNames | (Extract|ValueOf)[] | |
| * | missingFieldNames | string[] | |
| * | missingRelations | [string, string[]][] | 
Properties
message
Sourcename
Sourcestack
SourceStatic Methods
Params:
| Parameter | Type | Description | |
|---|---|---|---|
| * | targetObject | object | |
| constructorOpt | Function | 
Returns:void
Params:
| Parameter | Type | Description | |
|---|---|---|---|
| * | err | Error | |
| * | stackTraces | CallSite[] | 
Returns:any