Error

public Error Error(String type, String message, List<Field> fields, List<ErrorIndividual> errors)

Parameters

type

The error type.

message

A human readable message giving details about this error.

fields

Details about the specific fields that had an error.

errors

An array of all the actual errors that occured.