netlab.errors.common
Common and Base errors
Exceptions
|
Caller did not have required privilege. |
|
Connection to the NETLAB+ system could not be authenticated. |
|
End date is before start date. |
Config is not readable or contains errors. |
|
|
Filter is not a valid filter. |
|
Filter contains an invalid property or operator. |
|
Parameter is in some way incorrect. |
|
Parameters are in some way incorrect. |
|
The properties requested could not be found. |
|
The time format provided does not match yyy-mm-dd-hh-ss. |
The remote API version is not compatible. |
|
|
The virtual machine is in use by a pod. |
|
Software license is not active. |
|
The requested method could not be found. |
|
Parameter was missing. |
|
Parameter was missing. |
|
Base error from NETLAB+ api. |
|
Some parameters were incorrect. |
The server's response was impossible to decode. |
|
|
task_id is not found. |
|
An Error returned by the server but not handled by this library. |
- exception netlab.errors.common.AccessDeniedError(message=None)
Caller did not have required privilege.
- exception netlab.errors.common.AuthenticationError(message=None)
Connection to the NETLAB+ system could not be authenticated.
- exception netlab.errors.common.DatesEndBeforeStartError(message=None)
End date is before start date.
- exception netlab.errors.common.InvalidConfig
Config is not readable or contains errors.
- exception netlab.errors.common.InvalidFilterError(message=None)
Filter is not a valid filter.
- exception netlab.errors.common.InvalidFilterPropertyError(message=None)
Filter contains an invalid property or operator.
- exception netlab.errors.common.InvalidParamError(message=None)
Parameter is in some way incorrect.
- exception netlab.errors.common.InvalidParamsError(message=None)
Parameters are in some way incorrect.
- exception netlab.errors.common.InvalidPropertiesError(message=None)
The properties requested could not be found.
- exception netlab.errors.common.InvalidTimeError(message=None)
The time format provided does not match yyy-mm-dd-hh-ss.
- exception netlab.errors.common.InvalidVersion
The remote API version is not compatible.
- exception netlab.errors.common.ItemDependencyError(message=None)
The virtual machine is in use by a pod.
- exception netlab.errors.common.LicenseNotActiveError(message=None)
Software license is not active.
- exception netlab.errors.common.MethodNotFoundError(message=None)
The requested method could not be found.
- exception netlab.errors.common.MissingParamError(message=None)
Parameter was missing.
- exception netlab.errors.common.MissingParamsError(message=None)
Parameter was missing.
- exception netlab.errors.common.NetlabConnectionClosedError
- exception netlab.errors.common.NetlabError(message=None)
Base error from NETLAB+ api.
- exception netlab.errors.common.ParamsNotSupported(message=None)
Some parameters were incorrect.
- exception netlab.errors.common.ResponseFormatError
The server’s response was impossible to decode.
- exception netlab.errors.common.TaskNotFoundError(message=None)
task_id is not found.
- exception netlab.errors.common.UnmappedError(str_error, message)
An Error returned by the server but not handled by this library.