/  Python Yamcs Client  /  General Client  /  Exceptions

Exceptions

class yamcs.client.ConnectionFailure

Bases: YamcsError

Yamcs is not or no longer available.

class yamcs.client.NotFound

Bases: YamcsError

The resource was not found.

class yamcs.client.TimeoutError

Bases: YamcsError

The operation exceeded the given deadline.

class yamcs.client.Unauthorized

Bases: YamcsError

Unable to get access the resource.

class yamcs.client.YamcsError

Bases: Exception

Base class for raised exceptions.