recline.arg_types.recline_type_error module
Original © NetApp 2024
This module contains the error class that is raised when there is a type error when validating user input.
- exception recline.arg_types.recline_type_error.ReclineTypeError(message: str)
Bases:
Exception
This is a custom exception type that tries to reach into the previous frame and get some information if it is present in order to make its error message better.