Remove 'default' as initial bucket name for Sia #54
Some checks failed
BlockStorage/repertory/pipeline/head There was a failure building this commit

This commit is contained in:
2025-07-28 08:01:38 -05:00
parent c8b6d5053e
commit 8c0bbe05ee
3 changed files with 124 additions and 157 deletions

View File

@@ -286,7 +286,8 @@ enum class exit_code : std::int32_t {
init_failed = -18,
ui_mount_failed = -19,
exception = -20,
provider_offline = -21
provider_offline = -21,
ui_failed = -22
};
enum http_error_codes : std::int32_t {