risingwave_frontend::binder::bind_context

Type Alias LiteResult

source
type LiteResult<T> = Result<T, ErrorCode>;

Aliased Type§

enum LiteResult<T> {
    Ok(T),
    Err(ErrorCode),
}

Variants§

§1.0.0

Ok(T)

Contains the success value

§1.0.0

Err(ErrorCode)

Contains the error value