Type Alias ErrorResponse

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

Properties

Properties

List of errors and their properties.