Type Alias ErrorResponse

type ErrorResponse = {
    errors?: tasks.HttpResult[];
    traceId?: string;
}
Index

Properties

Properties

errors?: tasks.HttpResult[]
traceId?: string