aip_sdk.AipError
aip_sdk.AipError
Root exception for every error raised by the AIP SDK.
Catch this to handle any SDK-originated failure with a single except,
regardless of whether it came from an API call, a config file, or argument
validation. All other SDK exceptions subclass it.