Type Alias ErrorResult

type ErrorResult = {
    errors?: ErrorResponseItem[];
    statusCode?: number;
}
Index

Properties

Properties

List of errors and their properties.

statusCode?: number