| Package | Description |
|---|---|
| tech.ydb.core |
| Modifier and Type | Method and Description |
|---|---|
static StatusCode |
StatusCode.fromProto(tech.ydb.proto.StatusCodesProtos.StatusIds.StatusCode code) |
StatusCode |
Status.getCode() |
static StatusCode |
StatusCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatusCode[] |
StatusCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Status |
Status.of(StatusCode code) |
static Status |
Status.of(StatusCode code,
Double consumedRu,
Issue... issues) |
Copyright © 2023. All rights reserved.