Declared in DCErrors.h

DCApplicationLayerErrorCode

ErrorCode for DCApplicationLayerErrorDomain and DCUploadErrorDomain.

Constants

DCAPPLICATIONLAYERERRORCODE_PARAMETER_ERROR

Something wrong with a parameter or parameters which a client sent. You need to fix parameters to retry the operation.

Declared In DCErrors.h.

DCAPPLICATIONLAYERERRORCODE_TARGET_NOT_FOUND

There is no targets to retrieve. You can not retry the operation.

Declared In DCErrors.h.

DCAPPLICATIONLAYERERRORCODE_TIMEOUT

Server process timeout. retry later.

Declared In DCErrors.h.

DCAPPLICATIONLAYERERRORCODE_NO_RESULTS

Search result is empty. There is no result matched to query which client sent.

Declared In DCErrors.h.

DCAPPLICATIONLAYERERRORCODE_SERVER_ERROR

Server process failed because of server internal error. You can not retry the operation. Please contact service provider.

Declared In DCErrors.h.

DCAPPLICATIONLAYERERRORCODE_CONTENTS_DUPLICATED

Contents are duplicated. An uploading content is duplicated to other content in server. If you want to upload the content in client, you need to remove a duplicated content in server by other application.

Declared In DCErrors.h.

DCAPPLICATIONLAYERERRORCODE_CAPACITY_OVER

Capacity of a user is over. Server reject an uploaded content because of capacity over. You need to remove conentes in server to upload new contents by other application.

Declared In DCErrors.h.

DCAPPLICATIONLAYERERRORCODE_FAIL_TO_GET_FREE_SPACE

Fail to get free space of a user.

Declared In DCErrors.h.

DCAPPLICATIONLAYERERRORCODE_FAIL_TO_GET_MAXIMUM_SPACE

Fail to get maximum space of a user.

Declared In DCErrors.h.

DCAPPLICATIONLAYERERRORCODE_CONTENTS_NOT_FOUND

Contents not found.

Declared In DCErrors.h.

DCAPPLICATIONLAYERERRORCODE_MANDATORY_PARAMETER_MISSED

Mandatory parameter is missed. If you want to retry, check parameter.

Declared In DCErrors.h.

DCAPPLICATIONLAYERERRORCODE_PARAMETER_SIZE_UNMATCHED

Parameters sent by a client size is unmatched. If you want to retry, check parameter.

Declared In DCErrors.h.

DCAPPLICATIONLAYERERRORCODE_PARAMETER_TYPE_UNMATCHED

Type of parameters are unmateched. If you want to retry, check parameter.

Declared In DCErrors.h.

DCAPPLICATIONLAYERERRORCODE_PARAMETER_VALUE_INVALID

Value of parameters are invalid. If you want to retry, check parameter.

Declared In DCErrors.h.

Declared In

DCErrors.h