netlab.errors.common

Common and Base errors

Exceptions

AccessDeniedError([message])

Caller did not have required privilege.

AuthenticationError([message])

Connection to the NETLAB+ system could not be authenticated.

DatesEndBeforeStartError([message])

End date is before start date.

InvalidConfig

Config is not readable or contains errors.

InvalidFilterError([message])

Filter is not a valid filter.

InvalidFilterPropertyError([message])

Filter contains an invalid property or operator.

InvalidParamError([message])

Parameter is in some way incorrect.

InvalidParamsError([message])

Parameters are in some way incorrect.

InvalidPropertiesError([message])

The properties requested could not be found.

InvalidTimeError([message])

The time format provided does not match yyy-mm-dd-hh-ss.

InvalidVersion

The remote API version is not compatible.

ItemDependencyError([message])

The virtual machine is in use by a pod.

LicenseNotActiveError([message])

Software license is not active.

MethodNotFoundError([message])

The requested method could not be found.

MissingParamError([message])

Parameter was missing.

MissingParamsError([message])

Parameter was missing.

NetlabConnectionClosedError

NetlabError([message])

Base error from NETLAB+ api.

ParamsNotSupported([message])

Some parameters were incorrect.

ResponseFormatError

The server's response was impossible to decode.

TaskNotFoundError([message])

task_id is not found.

UnmappedError(str_error, message)

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.