Editing Error Codes
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 6,998: | Line 6,998: | ||
! Description !! Errorcode !! Remarks | ! Description !! Errorcode !! Remarks | ||
|- | |- | ||
| CELL_SEARCH_ERROR_PARAM || 0x8002C801 || Parameter is invalid. func | | CELL_SEARCH_ERROR_PARAM || 0x8002C801 || Parameter is invalid. func is NULL | ||
|- | |- | ||
| CELL_SEARCH_ERROR_BUSY || 0x8002C802 || Currently processing. Executing initialization | | CELL_SEARCH_ERROR_BUSY || 0x8002C802 || Currently processing. Executing initialization | ||
|- | |- | ||
| CELL_SEARCH_ERROR_NO_MEMORY || 0x8002C803 || Not enough memory for execution | | CELL_SEARCH_ERROR_NO_MEMORY || 0x8002C803 || Not enough memory for execution | ||
Line 7,012: | Line 7,012: | ||
| CELL_SEARCH_ERROR_FINALIZING || 0x8002C807 || Executing termination processing | | CELL_SEARCH_ERROR_FINALIZING || 0x8002C807 || Executing termination processing | ||
|- | |- | ||
| CELL_SEARCH_ERROR_NOT_SUPPORTED_SEARCH || 0x8002C808 || Specified search conditions are not supported | | CELL_SEARCH_ERROR_NOT_SUPPORTED_SEARCH || 0x8002C808 || Specified search conditions are not supported | ||
|- | |- | ||
| CELL_SEARCH_ERROR_CONTENT_OBSOLETE || 0x8002C809 || | | CELL_SEARCH_ERROR_CONTENT_OBSOLETE || 0x8002C809 || Content ID is old (applicable content was replaced by the user) | ||
|- | |- | ||
| CELL_SEARCH_ERROR_CONTENT_NOT_FOUND || 0x8002C80A || Content | | CELL_SEARCH_ERROR_CONTENT_NOT_FOUND || 0x8002C80A || Content cannot be found (deleted by the user) | ||
|- | |- | ||
| CELL_SEARCH_ERROR_NOT_LIST || 0x8002C80B || | | CELL_SEARCH_ERROR_NOT_LIST || 0x8002C80B || Content ID cannot be found in the list | ||
|- | |- | ||
| CELL_SEARCH_ERROR_OUT_OF_RANGE || 0x8002C80C || Offset is either negative or too large | | CELL_SEARCH_ERROR_OUT_OF_RANGE || 0x8002C80C || Offset is either negative or too large | ||
Line 7,030: | Line 7,030: | ||
| CELL_SEARCH_ERROR_INVALID_CONTENTTYPE || 0x8002C810 || Content type is invalid | | CELL_SEARCH_ERROR_INVALID_CONTENTTYPE || 0x8002C810 || Content type is invalid | ||
|- | |- | ||
| CELL_SEARCH_ERROR_DRM || 0x8002C811 || DRM error | | CELL_SEARCH_ERROR_DRM || 0x8002C811 || DRM error | ||
|- | |- | ||
| CELL_SEARCH_ERROR_TAG || 0x8002C812 || Tag information is invalid | | CELL_SEARCH_ERROR_TAG || 0x8002C812 || Tag information is invalid | ||
|- | |- | ||
| CELL_SEARCH_ERROR_GENERIC || 0x8002C8FF || Other error | | CELL_SEARCH_ERROR_GENERIC || 0x8002C8FF || Other error |