AdminResult
Result of an admin (configuration) RPC operation.
Admin operations can fail for expected reasons (device unreachable, unauthorized, timeout) without throwing an exception.
Since
0.1.0
Inheritors
Types
Link copied to clipboard
Device reported a routing error.
Link copied to clipboard
Destination node is unreachable.
Link copied to clipboard
The device rate-limited the request; back off before retrying.
Link copied to clipboard
Session key expired or was never established.
Link copied to clipboard
Operation timed out waiting for a device response.
Link copied to clipboard
Client is not authorized to perform this operation.
Properties
Link copied to clipboard
Returns true if this is AdminResult.Success.
Functions
Link copied to clipboard
Link copied to clipboard
Returns the Success value or throws AdminResultException describing the failure.
Link copied to clipboard
Performs action if this is not a Success. Returns the original result for chaining.
Link copied to clipboard
Performs action if this is a Success. Returns the original result for chaining.