Type Alias ErrorResponse

type ErrorResponse = {
    errors?: changeStores.Error[];
    traceId?: string;
}
Index

Properties

Properties

errors?: changeStores.Error[]

list of errors

traceId?: string