pub type CreateObjectStoreErrorKind = CreateKeyValueErrorKind;
enum CreateObjectStoreErrorKind { InvalidStoreName, TooLongHistory, JetStream, BucketCreate, TimedOut, }