Class BSV::Network::Result::NotFound ¶
Inherits: Object Includes: BSV::Network::Result::Predicates
Represents a resource-not-found outcome. Carries an optional human-readable message and optional metadata.
Attributes¶
message [R] ¶
Returns the value of attribute message.
metadata [R] ¶
Returns the value of attribute metadata.
Public Instance Methods¶
==(other) ¶
Not documented.
error?() ¶
- @return [Boolean]
hash() ¶
Not documented.
initialize(message: = nil, metadata: = {}) ¶
- @return [NotFound] a new instance of NotFound
not_found?() ¶
- @return [Boolean]
success?() ¶
- @return [Boolean]