This exception is thrown when client inputs are invalid.

ErrorList

interface ErrorList {
    errors: Error[];
}

Properties

Properties

errors: Error[]

A list of errors describing the failures.

ErrorList