Type Alias Errors

{
* errors: [
* {
* code: "HTTP-123",
* title: "short error message"
* }
* ],
* traceId: "7326ce0d-1946-41d0-b890-609865cc42ea"
* }
type Errors = {
    errors?: Error[];
    traceId?: string;
}
Index

Properties

Properties

errors?: Error[]
traceId?: string

An optional traceId