Type Alias Errors

An array of Error objects.

type Errors = {
    errors?: Error[];
    traceId?: string;
}
Index

Properties

Properties

errors?: Error[]
traceId?: string

A way to trace the source of the error.