Remove 'default' as initial bucket name for Sia #54
Some checks failed
BlockStorage/repertory/pipeline/head There was a failure building this commit
Some checks failed
BlockStorage/repertory/pipeline/head There was a failure building this commit
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user