You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
168 B
PHP

<?php
namespace qcloudcos;
const COSAPI_SUCCESS = 0;
const COSAPI_PARAMS_ERROR = -1;
const COSAPI_NETWORK_ERROR = -2;
const COSAPI_INTEGRITY_ERROR = -3;