CLI parameter validation failed. Indicates RC 252. This exception indicates that the command was either invalid or failed to pass a client side validation on the command syntax or parameters provided.
| 13 | |
| 14 | |
| 15 | class ParamValidationError(Exception): |
| 16 | """CLI parameter validation failed. Indicates RC 252. |
| 17 | |
| 18 | This exception indicates that the command was either invalid or failed to |
| 19 | pass a client side validation on the command syntax or parameters provided. |
| 20 | """ |
| 21 | |
| 22 | |
| 23 | class ConfigurationError(Exception): |
no outgoing calls
no test coverage detected