Alokai

ErrorList

List of errors ErrorList

export interface ErrorList {
	'errors'?: Array<ModelError>;
}

Properties

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

Referenced Types

On this page