Exception: Kobako::HandleTableError

Inherits:
SandboxError show all
Defined in:
lib/kobako/errors.rb

Overview

HandleTable lookup-failure error (unknown id passed to #fetch / #release). A SandboxError subclass: per the wire-layer rule, an unknown Handle id surfaces as a ‘type=“undefined”` Response.err envelope inside RpcDispatcher and never reaches the Host App directly; outside that path (e.g. tests poking the HandleTable directly), it surfaces as a SandboxError.

Direct Known Subclasses

HandleTableExhausted

Instance Attribute Summary

Attributes inherited from SandboxError

#backtrace_lines, #details, #klass, #origin

Method Summary

Methods inherited from SandboxError

#initialize

Constructor Details

This class inherits a constructor from Kobako::SandboxError