SessionErrorEvent constructor
const
SessionErrorEvent({})
Implementation
const SessionErrorEvent({
required super.id,
required super.timestamp,
super.parentId,
super.ephemeral,
required this.errorType,
required this.message,
this.stack,
this.statusCode,
this.providerCallId,
}) : super(type: 'session.error');