Type Alias Errors

{
* errors: [
* {
* code: "TASKS-123",
* title: "short error message"
* }
* ],
* traceId: "7975401f3954aa47"
* }
type Errors = {
    errors?: Error[];
    traceId?: string;
}
Index

Properties

Properties

errors?: Error[]
traceId?: string