Type Alias ErrorResponse

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

Properties

Properties

List of errors and their properties.