SandboxError constructor
SandboxError({})
Implementation
SandboxError({
required this.command,
required this.reason,
this.message = 'Blocked by sandbox.',
this.errorId = 'sandbox_violation',
this.suggestion,
});