Alokai
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

NameRequiredTypeDescription
errorsOptionalArray<ModelError>{Array<ModelError>} ErrorList

Referenced Types

On this page