Exception: Kobako::NoServiceError

Inherits:
ServiceError show all
Defined in:
lib/kobako/errors.rb,
sig/kobako/errors.rbs

Overview

The ServiceError subclass raised when the call reached no Service method: the bound path holds nothing, the Capability Handle is not live in this invocation, or the method is absent or outside the guest surface. The causes stay indistinguishable — an opaque target must disclose nothing about which methods it defines — so what a Host App learns is that this call will not succeed by being retried.

Instance Attribute Summary

Attributes included from CarriesExecution

#execution

Attributes included from Diagnosable

#backtrace_lines, #klass, #origin

Method Summary

Methods included from CarriesExecution

#with_execution

Methods included from Diagnosable

#initialize