export declare enum ExecutionErrorReason {
    UNKNOWN = 0,
    DATA_NOT_AVAILABLE = 1
}
