Type Alias ErrorResponse

type ErrorResponse = {
    errors: dataFiles.ErrorResponseItem[];
}
Index

List of errors and their properties.