You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x
ErrorList
List of errors ErrorList
export interface ErrorList {
'errors'?: Array<ModelError>;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
errors | Optional | Array<ModelError> | {Array<ModelError>} ErrorList |