Enumerator |
---|
AgoraMusicContentCenterStatusCodeOK | 0: No error occurs and request succeeds.
|
AgoraMusicContentCenterStatusCodeError | 1: The gateway error. There are several possible reasons:
- Token is expired. Check if your token is expired.
- Token is invalid. Check the type of token you passed in.
- Network error. Check your network.
|
AgoraMusicContentCenterStatusCodeErrorGateway | 2: The gateway error. There are several possible reasons:
- Token is expired. Check if your token is expired.
- Token is invalid. Check the type of token you passed in.
- Network error. Check your network.
|
AgoraMusicContentCenterStatusCodeErrorPermissionAndResource | 3: Permission and resource error. There are several possible reasons:
- Your appid may not have the mcc permission. Please contact technical support
- The resource may not exist. Please contact technical support
|
AgoraMusicContentCenterStatusCodeErrorInternalDataParse | 4: Internal data parse error. Please contact technical support
|
AgoraMusicContentCenterStatusCodeErrorMusicLoading | 5: Music loading error. Please contact technical support
|
AgoraMusicContentCenterStatusCodeErrorMusicDecryption | 6: Music decryption error. Please contact technical support
|
AgoraMusicContentCenterStatusCodeErrorHttpInternalError | 7: Http internal error. Please retry later.
|