Type Alias ErrorResponse

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

List of errors and their properties.