This commit is contained in:
8
HighSlide/cloud/cos/qcloudcos/error_code.php
Normal file
8
HighSlide/cloud/cos/qcloudcos/error_code.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace qcloudcos;
|
||||
|
||||
const COSAPI_SUCCESS = 0;
|
||||
const COSAPI_PARAMS_ERROR = -1;
|
||||
const COSAPI_NETWORK_ERROR = -2;
|
||||
const COSAPI_INTEGRITY_ERROR = -3;
|
||||
Reference in New Issue
Block a user