ZapError constructor
const
ZapError({})
Implementation
const ZapError({
required super.id,
required super.ts,
required this.code,
required this.message,
this.inReplyTo,
this.details,
});
const ZapError({
required super.id,
required super.ts,
required this.code,
required this.message,
this.inReplyTo,
this.details,
});