package documentation

Lazy public exports for a sharded direct protobuf package.

From __init__.py:

Class BadRequest The request is invalid.
Class BadRequest__Violation No class docstring; 2/2 properties, 3/3 constants, 3/3 methods documented
Class BadResourceState The resource we are trying to use, create, change or delete is in a bad state and cannot be used.
Class InternalError Generic internal error.
Class OperationAborted Operation on the resource has been aborted by a subsequent operation.
Class OutOfRange Indicates that element with requested parameters is exceeding the particular range.
Class PermissionDenied Indicates that the action cannot be performed because there are insufficient access rights to a resource.
Class QuotaFailure Indicates a failure due to exceeding specified limits or allocations in a system or service
Class QuotaFailure__Violation No class docstring; 4/4 properties, 3/3 constants, 5/5 methods documented
Class ResourceAlreadyExists Resource we are trying to create already exists.
Class ResourceConflict There is a difference between the actual resource state and the expected one.
Class ResourceNotFound Resource we are trying to interact with does not exist.
Class ServiceError Migrate to common/v1.
Class ServiceError__RetryType No class docstring; 5/6 constants documented
Class TooManyRequests You initiated too many requests to the service at once. Enhance your calm.
Function _nebius_module_dir Undocumented
Function _nebius_module_getattr Undocumented
Constant _NEBIUS_EXPORT_SHARDS Undocumented
Constant _NEBIUS_SHARD_NAMES Undocumented
def _nebius_module_dir() -> list[str]: (source)

Undocumented

def _nebius_module_getattr(name: str) -> object: (source)

Undocumented

_NEBIUS_EXPORT_SHARDS: dict[str, str] = (source)

Undocumented

Value
{'BadRequest': '_impl_000',
 'BadRequest__Violation': '_impl_000',
 'BadResourceState': '_impl_000',
 'EXTENSIONS': '_impl_000',
 'EXTENSION_HANDLES': '_impl_000',
 'InternalError': '_impl_000',
 'OperationAborted': '_impl_000',
...
_NEBIUS_SHARD_NAMES: dict = (source)

Undocumented

Value
{'_impl_000': ('BadRequest',
               'BadRequest__Violation',
               'BadResourceState',
               'EXTENSIONS',
               'EXTENSION_HANDLES',
               'InternalError',
               'OperationAborted',
...