Raised when complete trace details cannot be fetched from Cassandra.
| 860 | |
| 861 | |
| 862 | class TraceUnavailable(Exception): |
| 863 | """ |
| 864 | Raised when complete trace details cannot be fetched from Cassandra. |
| 865 | """ |
| 866 | pass |
| 867 | |
| 868 | |
| 869 | class QueryTrace(object): |
no outgoing calls
no test coverage detected