Type Alias ErrorResponse

type ErrorResponse = {
    errors?: apps.ErrorItem[];
}
Index
errors?: apps.ErrorItem[]

Array of all errors that occurred during the request.