/  Python Yamcs Client  /  General Client  /  Exceptions

Exceptions

exception yamcs.core.exceptions.ConnectionFailure

Bases: YamcsError

Yamcs is not or no longer available.

exception yamcs.core.exceptions.NotFound

Bases: YamcsError

The resource was not found.

exception yamcs.core.exceptions.TimeoutError

Bases: YamcsError

The operation exceeded the given deadline.

exception yamcs.core.exceptions.Unauthorized

Bases: YamcsError

Unable to get access the resource.

exception yamcs.core.exceptions.YamcsError

Bases: Exception

Base class for raised exceptions.