Skip to content

DataqueryErrorType🔗

Definition🔗

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