CLI configuration is an invalid state. Indicates RC 253. This exception indicates that the command run may be syntactically correct but the CLI's environment or configuration is incorrect, incomplete, etc.
| 21 | |
| 22 | |
| 23 | class ConfigurationError(Exception): |
| 24 | """CLI configuration is an invalid state. Indicates RC 253. |
| 25 | |
| 26 | This exception indicates that the command run may be syntactically correct |
| 27 | but the CLI's environment or configuration is incorrect, incomplete, etc. |
| 28 | """ |
no outgoing calls