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