DataqueryErrorType
Definition
type DataqueryErrorType string
const (
DataqueryErrorTypeServerPanic DataqueryErrorType = "server_panic"
DataqueryErrorTypeFrontendException DataqueryErrorType = "frontend_exception"
DataqueryErrorTypeFrontendObservable DataqueryErrorType = "frontend_observable"
)