Exception: Cisco::RequestNotSupported

Inherits:
RequestFailed show all
Defined in:
lib/cisco_node_utils/exceptions.rb

Overview

RequestNotSupported means we made a request that was validly constructed but includes options that are unsupported.

An example would be requesting structured output on a CLI command that only supports ASCII output.

Instance Attribute Summary

Attributes inherited from CiscoError

#kwargs

Method Summary

Methods inherited from CiscoError

#initialize, #method_missing, #respond_to?

Constructor Details

This class inherits a constructor from Cisco::CiscoError

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Cisco::CiscoError