Template:CE: Difference between revisions

From PS4 Developer wiki
Jump to navigation Jump to search
(ooops)
No edit summary
 
(31 intermediate revisions by 18 users not shown)
Line 4: Line 4:
! Name !! <abbr title="CE-3*">Errorcode</abbr> !! <abbr title="0x8*******">Returncode</abbr> !! Remarks
! Name !! <abbr title="CE-3*">Errorcode</abbr> !! <abbr title="0x8*******">Returncode</abbr> !! Remarks
|-
|-
| || CE-30001-4 || || Operation not permitted
| SCE_KERNEL_ERROR_EPERM || CE-30001-4 || 0x80020001 || Operation not permitted / An error has occurred (error with the application) // Close the application and then restart it. Reboot the console. If the issue continues, there may be a temporary issue with the server. Try again later.
|-
|-
| || CE-30002-5 || || No such file or directory
| SCE_KERNEL_ERROR_ENOENT || CE-30002-5 || 0x80020002 || Application data may be corrupted // Turn off the console and reboot in Safe Mode. Connect a controller via a USB cable and select [Update System Software]. If the error occurs in a specific application, delete and reinstall it.
|-
|-
| || CE-30003-6 || || No such process
| SCE_KERNEL_ERROR_ESRCH || CE-30003-6 || 0x80020003 || Problem with the network connection // If in a party, reboot the console after leaving the party, then rejoin the party. Turn off your router and modem for at least 5 minutes, then turn it back on. If the situation does not improve, this may be a temporary issue. Try again later.
|-
|-
| || CE-30004-7 || || Interrupted system call
| SCE_KERNEL_ERROR_EINTR || CE-30004-7 || 0x80020004 || Interrupted system call
|-
|-
| || CE-30005-8 || || Input/output error // Access to HDD or Blu-Ray failed // Step 1: Eject the disc from the PS4 system, and check that the disc is not dirty or damaged. Then retry. Step 2: Back up the data using a USB device or PS+ online storage. Then, delete the application by pressing the Options button and choosing "Delete" from the content area. Reload the data from the USB or online storage. Step 3: If the error occurs again, please visit our [https://support.us.playstation.com/app/contact_options/session/L2F2LzEvdGltZS8xMzg5OTk2OTQyL3NpZC9UQkNBSURLbA%3D%3D Contact] page to contact SCEA for additional technical support.
| SCE_KERNEL_ERROR_EIO || CE-30005-8 || 0x80020005 || Input/output error / Error occurred when accessing the HDD or Blu-Ray drive (console having issues reading from the HDD or Blu-Ray player) // Step 1: Eject the disc from the console, and check that the disc is not dirty, scratched or damaged. Step 2: If the disc is in good condition try rebuilding the console's database using Safe Mode option 5. If the error persists, the console may be bad and in need of service. Contact PlayStation Support.
|-
|-
| || CE-30006-9 || || Device not configured
| SCE_KERNEL_ERROR_ENXIO || CE-30006-9 || 0x80020006 || Device not configured / Error occurred while accessing the data (bad USB device or bad external/internal HDD) // Step 1: If this error occurs when connecting a USB device, try another USB device. Step 2: If you changed the console's internal HDD, replace the original HDD included with your console and try again.
 
If this error occurs while using an external HDD, there may be a problem with the connected HDD. Reconnect the HDD and select [Restore File System]. Format the HDD again. If the issue persists, try another HDD.
|-
|-
| || CE-30007-0 || || Argument list too long
| SCE_KERNEL_ERROR_E2BIG || CE-30007-0 || 0x80020007 || Argument list too long
|-
|-
| || CE-30008-1 || || Exec format error
| SCE_KERNEL_ERROR_ENOEXEC || CE-30008-1 || 0x80020008 || Exec format error / Error occurred while launching the content // Step 1: Reboot the console. Step 2: Delete the application and install it again (back up data just in case). Step 3: If using a disc, make sure there are no fingerprints, smudges or scratches. Clean and wipe the disc with a soft, clean cloth. Step 4: This may be a temporary issue, try again later.
|-
|-
| || CE-30009-2 || || Bad file descriptor
| SCE_KERNEL_ERROR_EBADF || CE-30009-2 || 0x80020009 || Bad file descriptor
|-
|-
| || CE-30010-4 || || No child processes
| SCE_KERNEL_ERROR_ECHILD || CE-30010-4 || 0x8002000A || No child processes
|-
|-
| || CE-30011-5 || || Resource deadlock avoided
| SCE_KERNEL_ERROR_EDEADLK || CE-30011-5 || 0x8002000B || Resource deadlock avoided
|-
|-
| || CE-30012-6 || || Cannot allocate memory // Internal Error // Step 1: Update the PS4 system with the latest system software. Step 2: Clean disc to ensure the disc you're trying to play isn't dirty, scratched, or otherwise damaged. Step 3: Restart the PS4 system.
| SCE_KERNEL_ERROR_ENOMEM || CE-30012-6 || 0x8002000C || Cannot allocate memory / Internal error // Step 1: Update the PS4 system with the latest system software. Step 2: If the software is up to date and the error continues, backup all saved data. Delete the application with the error and install it again.
|-
|-
| || CE-30013-7 || || Permission denied
| SCE_KERNEL_ERROR_EACCES || CE-30013-7 || 0x8002000D || Permission denied
|-
|-
| || CE-30014-8 || || Bad address
| SCE_KERNEL_ERROR_EFAULT || CE-30014-8 || 0x8002000E || Bad address
|-
|-
| || CE-30015-9 || || Block device required
| SCE_KERNEL_ERROR_ENOTBLK || CE-30015-9 || 0x8002000F || Block device required
|-
|-
| || CE-30016-0 || || Device busy
| SCE_KERNEL_ERROR_EBUSY || CE-30016-0 || 0x80020010 || Device busy
|-
|-
| || CE-30017-1 || || File exists
| SCE_KERNEL_ERROR_EEXIST || CE-30017-1 || 0x80020011 || File exists
|-
|-
| || CE-30018-2 || || Cross-device link
| SCE_KERNEL_ERROR_EXDEV || CE-30018-2 || 0x80020012 || Cross-device link
|-
|-
| || CE-30019-3 || || Operation not supported by device
| SCE_KERNEL_ERROR_ENODEV || CE-30019-3 || 0x80020013 || Operation not supported by device
|-
|-
| || CE-30020-5 || || Not a directory
| SCE_KERNEL_ERROR_ENOTDIR || CE-30020-5 || 0x80020014 || Not a directory
|-
|-
| || CE-30021-6 || || Is a directory
| SCE_KERNEL_ERROR_EISDIR || CE-30021-6 || 0x80020015 || Is a directory
|-
|-
| || CE-30022-7 || || Invalid argument
| SCE_KERNEL_ERROR_EINVAL || CE-30022-7 || 0x80020016 || Invalid argument / Internal error // Reboot the application. Reboot the console. Back up saved data and initialize the console. If the error occurs while using a HDD, the connected HDD may be having problems. Reconnect the HDD and [Restore File System]. Format the HDD. If the error persists, try another HDD.
|-
|-
| || CE-30023-8 || || Too many open files in system
| SCE_KERNEL_ERROR_ENFILE || CE-30023-8 || 0x80020017 || Too many open files in system
|-
|-
| || CE-30024-9 || || Too many open files
| SCE_KERNEL_ERROR_EMFILE || CE-30024-9 || 0x80020018 || Too many open files
|-
|-
| || CE-30025-0 || || Inappropriate ioctl for device
| SCE_KERNEL_ERROR_ENOTTY || CE-30025-0 || 0x80020019 || Inappropriate ioctl for device
|-
|-
| || CE-30026-1 || || Text file busy
| SCE_KERNEL_ERROR_ETXTBSY || CE-30026-1 || 0x8002001A || Text file busy
|-
|-
| || CE-30027-2 || || File too large
| SCE_KERNEL_ERROR_EFBIG || CE-30027-2 || 0x8002001B || File too large / Internal error // Step 1: Restart the application. Step 2: Reboot the console. Step 3: Back up all saved data and initialize the console.
 
If this error occurs while using an external HDD, there may be a problem with the connected HDD. Reconnect the HDD and perform [Restore File System]. Format the HDD again. If the issue persists, try another HDD.
|-
|-
| || CE-30028-3 || || No space left on device
| SCE_KERNEL_ERROR_ENOSPC || CE-30028-3 || 0x8002001C || No space left on device / Error occurred while reading system storage or saved data // Step 1: Reboot the console. Step 2: Create new save data and try with the new data. If it works, the previous save may be corrupted. Step 3: Delete the application and install it again. Step 4: Turn off console and reboot into Safe Mode and select [Rebuild Database]. Step 5: If the issue persists, go into Safe Mode and select [Initialize PS4] (back up all data before performing this).
|-
|-
| || CE-30029-4 || || Illegal seek
| SCE_KERNEL_ERROR_ESPIPE || CE-30029-4 || 0x8002001D || Illegal seek
|-
|-
| || CE-30030-6 || || Read-only filesystem
| SCE_KERNEL_ERROR_EROFS || CE-30030-6 || 0x8002001E || Read-only filesystem
|-
|-
| || CE-30031-7 || || Too many links
| SCE_KERNEL_ERROR_EMLINK || CE-30031-7 || 0x8002001F || Too many links
|-
|-
| || CE-30032-8 || || Broken pipe
| SCE_KERNEL_ERROR_EPIPE || CE-30032-8 || 0x80020020 || Broken pipe
|-
|-
| || CE-30033-9 || || Numerical argument out of domain
| SCE_KERNEL_ERROR_EDOM || CE-30033-9 || 0x80020021 || Numerical argument out of domain
|-
|-
| || CE-30034-0 || || Result too large
| SCE_KERNEL_ERROR_ERANGE || CE-30034-0 || 0x80020022 || Result too large
|-
|-
| || CE-30035-1 || || Operation would block
| SCE_KERNEL_ERROR_EAGAIN || CE-30035-1 || 0x80020023 || Resource temporarily unavailable / Try again after a while // Temporary issue caused by multiple overlapping operations on console. Turn off the console and unplug it, plug it back in and reboot the console. If the error persists there may be ongoing downloads or installations in progress. Wait for these to finish before trying again.
|-
|-
| || CE-30036-2 || || Operation now in progress
| SCE_KERNEL_ERROR_EWOULDBLOCK || CE-30035-1 || 0x80020023 || Operation would block (SCE_KERNEL_ERROR_EAGAIN)
|-
|-
| || CE-30037-3 || || Operation already in progress
| SCE_KERNEL_ERROR_EINPROGRESS || CE-30036-2 || 0x80020024 || Operation now in progress
|-
|-
| || CE-30038-4 || || Socket operation on non-socket
| SCE_KERNEL_ERROR_EALREADY || CE-30037-3 || 0x80020025 || Operation already in progress
|-
|-
| || CE-30039-5 || || Destination address required
| SCE_KERNEL_ERROR_ENOTSOCK || CE-30038-4 || 0x80020026 || Socket operation on non-socket
|-
|-
| || CE-30040-7 || || Message too long
| SCE_KERNEL_ERROR_EDESTADDRREQ || CE-30039-5 || 0x80020027 || Destination address required
|-
|-
| || CE-30041-8 || || Protocol wrong type for socket
| SCE_KERNEL_ERROR_EMSGSIZE || CE-30040-7 || 0x80020028 || Message too long
|-
|-
| || CE-30042-9 || || Protocol not available
| SCE_KERNEL_ERROR_EPROTOTYPE || CE-30041-8 || 0x80020029 || Protocol wrong type for socket
|-
|-
| || CE-30043-0 || || Protocol not supported
| SCE_KERNEL_ERROR_ENOPROTOOPT || CE-30042-9 || 0x8002002A || Protocol not available
|-
|-
| || CE-30044-1 || || Socket type not supported
| SCE_KERNEL_ERROR_EPROTONOSUPPORT || CE-30043-0 || 0x8002002B || Protocol not supported
|-
|-
| || CE-30045-2 || || Operation not supported
| SCE_KERNEL_ERROR_ESOCKTNOSUPPORT || CE-30044-1 || 0x8002002C || Socket type not supported
|-
|-
| || CE-30046-3 || || Protocol family not supported
| SCE_KERNEL_ERROR_ENOTSUP || CE-30045-2 || 0x8002002D || Operation not supported
|-
|-
| || CE-30047-4 || || Address family not supported by protocol family
| SCE_KERNEL_ERROR_EPFNOSUPPORT || CE-30046-3 || 0x8002002E || Protocol family not supported
|-
|-
| || CE-30048-5 || || Address already in use
| SCE_KERNEL_ERROR_EAFNOSUPPORT || CE-30047-4 || 0x8002002F || Address family not supported by protocol family
|-
|-
| || CE-30049-6 || || Can't assign requested address
| SCE_KERNEL_ERROR_EADDRINUSE || CE-30048-5 || 0x80020030 || Address already in use
|-
|-
| || CE-30050-8 || || Network is down
| SCE_KERNEL_ERROR_EADDRNOTAVAIL || CE-30049-6 || 0x80020031 || Can't assign requested address
|-
|-
| || CE-30051-9 || || Network is unreachable
| SCE_KERNEL_ERROR_ENETDOWN || CE-30050-8 || 0x80020032 || Network is down
|-
|-
| || CE-30052-0 || || Network dropped connection on reset
| SCE_KERNEL_ERROR_ENETUNREACH || CE-30051-9 || 0x80020033 || Network is unreachable
|-
|-
| || CE-30053-1 || || Software caused connection abort
| SCE_KERNEL_ERROR_ENETRESET || CE-30052-0 || 0x80020034 || Network dropped connection on reset
|-
|-
| || CE-30054-2 || || Connection reset by peer
| SCE_KERNEL_ERROR_ECONNABORTED || CE-30053-1 || 0x80020035 || Software caused connection abort
|-
|-
| || CE-30055-3 || || No buffer space available
| SCE_KERNEL_ERROR_ECONNRESET || CE-30054-2 || 0x80020036 || Connection reset by peer
|-
|-
| || CE-30056-4 || || Socket is already connected
| SCE_KERNEL_ERROR_ENOBUFS || CE-30055-3 || 0x80020037 || No buffer space available
|-
|-
| || CE-30057-5 || || Socket is not connected
| SCE_KERNEL_ERROR_EISCONN || CE-30056-4 || 0x80020038 || Socket is already connected
|-
|-
| || CE-30058-6 || || Can't send after socket shutdown
| SCE_KERNEL_ERROR_ENOTCONN || CE-30057-5 || 0x80020039 || Socket is not connected
|-
|-
| || CE-30059-7 || || Too many references: can't splice
| SCE_KERNEL_ERROR_ESHUTDOWN || CE-30058-6 || 0x8002003A || Can't send after socket shutdown
|-
|-
| || CE-30060-9 || || Operation timed out
| SCE_KERNEL_ERROR_ETOOMANYREFS || CE-30059-7 || 0x8002003B || Too many references: can't splice
|-
|-
| || CE-30061-0 || || Connection refused
| SCE_KERNEL_ERROR_ETIMEDOUT || CE-30060-9 || 0x8002003C || Operation timed out
|-
|-
| || CE-30062-1 || || Too many levels of symbolic links
| SCE_KERNEL_ERROR_ECONNREFUSED || CE-30061-0 || 0x8002003D|| Connection refused
|-
|-
| || CE-30063-2 || || File name too long
| SCE_KERNEL_ERROR_ELOOP || CE-30062-1 || 0x8002003E || Too many levels of symbolic links
|-
|-
| || CE-30064-3 || || Host is down
| SCE_KERNEL_ERROR_ENAMETOOLONG || CE-30063-2 || 0x8002003F || File name too long
|-
|-
| || CE-30065-4 || || No route to host
| SCE_KERNEL_ERROR_EHOSTDOWN || CE-30064-3 || 0x80020040 || Host is down
|-
|-
| || CE-30066-5 || || Directory not empty
| SCE_KERNEL_ERROR_EHOSTUNREACH || CE-30065-4 || 0x80020041 || No route to host
|-
|-
| || CE-30067-6 || || Too many processes
| SCE_KERNEL_ERROR_ENOTEMPTY || CE-30066-5 || 0x80020042 || Directory not empty
|-
|-
| || CE-30068-7 || || Too many users
| SCE_KERNEL_ERROR_EPROCLIM || CE-30067-6 || 0x80020043 || Too many processes
|-
|-
| || CE-30069-8 || || Disc quota exceeded
| SCE_KERNEL_ERROR_EUSERS || CE-30068-7 || 0x80020044 || Too many users
|-
|-
| || CE-30070-0 || || Stale NFS file handle
| SCE_KERNEL_ERROR_EDQUOT || CE-30069-8 || 0x80020045 || Disc quota exceeded
|-
|-
| || CE-30071-1 || || Too many levels of remote in path
| SCE_KERNEL_ERROR_ESTALE || CE-30070-0 || 0x80020046 || Stale NFS file handle
|-
|-
| || CE-30072-2 || || RPC struct is bad
| SCE_KERNEL_ERROR_EREMOTE || CE-30071-1 || 0x80020047 || Too many levels of remote in path
|-
|-
| || CE-30073-3 || || RPC version wrong
| SCE_KERNEL_ERROR_EBADRPC || CE-30072-2 || 0x80020048 || RPC struct is bad
|-
|-
| || CE-30074-4 || || RPC prog. not avail
| SCE_KERNEL_ERROR_ERPCMISMATCH || CE-30073-3 || 0x80020049 || RPC version wrong
|-
|-
| || CE-30075-5 || || Program version wrong
| SCE_KERNEL_ERROR_EPROGUNAVAIL || CE-30074-4 || 0x8002004A || RPC prog. not avail
|-
|-
| || CE-30076-6 || || Bad procedure for program
| SCE_KERNEL_ERROR_EPROGMISMATCH || CE-30075-5 || 0x8002004B || Program version wrong
|-
|-
| || CE-30077-7 || || No locks available
| SCE_KERNEL_ERROR_EPROCUNAVAIL || CE-30076-6 || 0x8002004C || Bad procedure for program
|-
|-
| || CE-30078-8 || || Function not implemented
| SCE_KERNEL_ERROR_ENOLCK || CE-30077-7 || 0x8002004D || No locks available
|-
|-
| || CE-30079-9 || || Inappropriate file type or format
| SCE_KERNEL_ERROR_ENOSYS || CE-30078-8 || 0x8002004E || Function not implemented
|-
|-
| || CE-30080-1 || || Authentication error
| SCE_KERNEL_ERROR_EFTYPE || CE-30079-9 || 0x8002004F || Inappropriate file type or format
|-
|-
| || CE-30081-2 || || Need authenticator
| SCE_KERNEL_ERROR_EAUTH || CE-30080-1 || 0x80020050 || Authentication error
|-
|-
| || CE-30082-3 || || Identifier removed
| SCE_KERNEL_ERROR_ENEEDAUTH || CE-30081-2 || 0x80020051 || Need authenticator
|-
|-
| || CE-30083-4 || || No message of desired type
| SCE_KERNEL_ERROR_EIDRM || CE-30082-3 || 0x80020052 || Identifier removed
|-
|-
| || CE-30084-5 || || Value too large to be stored in data type
| SCE_KERNEL_ERROR_ENOMSG || CE-30083-4 || 0x80020053 || No message of desired type
|-
|-
| || CE-30085-6 || || Operation canceled
| SCE_KERNEL_ERROR_EOVERFLOW || CE-30084-5 || 0x80020054 || Value too large to be stored in data type
|-
|-
| || CE-30086-7 || || Illegal byte sequence
| SCE_KERNEL_ERROR_ECANCELED || CE-30085-6 || 0x80020055 || Operation canceled
|-
|-
| || CE-30087-8 || || Attribute not found
| SCE_KERNEL_ERROR_EILSEQ || CE-30086-7 || 0x80020056 || Illegal byte sequence
|-
|-
| || CE-30088-9 || || Programming error
| SCE_KERNEL_ERROR_ENOATTR || CE-30087-8 || 0x80020057 || Attribute not found
|-
|-
| || CE-30089-0 || || Bad message
| SCE_KERNEL_ERROR_EDOOFUS || CE-30088-9 || 0x80020058 || Programming error / Error occurred when starting the game (problem with application) // Reboot the console. Delete the application and install it again. If the situation doesn't improve, back up all saved data and initialize the console.
|-
|-
| || CE-30090-2 || || Multihop attempted
| SCE_KERNEL_ERROR_EBADMSG || CE-30089-0 || 0x80020059 || Bad message
|-
|-
| || CE-30091-3 || || Link has been severed
| SCE_KERNEL_ERROR_EMULTIHOP || CE-30090-2 || 0x8002005A || Multi-hop attempted
|-
|-
| || CE-30092-4 ||  || Protocol error
| SCE_KERNEL_ERROR_ENOLINK || CE-30091-3 ||  0x8002005B|| Link has been severed
|-
|-
| || CE-30093-5 || || Capabilities insufficient
| SCE_KERNEL_ERROR_EPROTO || CE-30092-4 || 0x8002005C || Protocol error
|-
|-
| || CE-30094-6 || || Not permitted in capability mode
| SCE_KERNEL_ERROR_ENOTCAPABLE || CE-30093-5 || 0x8002005D || Capabilities insufficient
|-
|-
| || CE-30095-7 || || Block not ready
| SCE_KERNEL_ERROR_ECAPMODE || CE-30094-6 || 0x8002005E || Not permitted in capability mode
|-
|-
| || CE-30392-7 || || Hardware Error. // Your system likely needs to be serviced. Please visit our [https://support.us.playstation.com/app/contact_options/session/L2F2LzEvdGltZS8xMzg5OTUwODEyL3NpZC9CQTRvVUFLbA%3D%3D Contact] page to set up service.
| SCE_KERNEL_ERROR_ENOBLK || CE-30095-7 || 0x8002005F || Block not ready
|-
|-
| || CE-30608-7 || || Hardware Error. // Your system likely needs to be serviced. Please visit our [https://support.us.playstation.com/app/contact_options/session/L2F2LzEvdGltZS8xMzg5OTUwODEyL3NpZC9CQTRvVUFLbA%3D%3D Contact] page to set up service.
| SCE_SBL_ERROR_SRTC_EPOWER || CE-30391-6 || 0x800F0530 || System Error. // Your system likely needs to be serviced. Please visit our [https://support.us.playstation.com/app/contact_options/session/L2F2LzEvdGltZS8xMzg5OTUwODEyL3NpZC9CQTRvVUFLbA%3D%3D Contact] page to set up service.
|-
|-
| || CE-30614-4 || || out of memory
| SCE_SBL_ERROR_SRTC_ECLOCK || CE-30392-7 || 0x800F0531 || Hardware Error. // Your system likely needs to be serviced. Please visit our [https://support.us.playstation.com/app/contact_options/session/L2F2LzEvdGltZS8xMzg5OTUwODEyL3NpZC9CQTRvVUFLbA%3D%3D Contact] page to set up service. Check system clock / time. If it's reset, change CMOS battery and test. If that fails and/or is OK, replace Mediacon (Southbridge) IC.
|-
|-
| || CE-30615-5 || || file IO error
| SCE_SBL_ERROR_SRTC_ENOTINITIALIZED || CE-30393-8 || 0x800F0532 || Error Strc Enotinitialized
|-
|-
| || CE-30616-6 || || invalid parameters
| SCE_SBL_ERROR_SRTC_EXPIRED || CE-30394-9 || 0x800F0533 || Error Strc Expired
|-
|-
| || CE-30617-7 || || invalid MAGIC code (system file broken)
| SCE_SBL_ERROR_SRTC_EFORMAT || CE-30395-0 || 0x800F0534 || Error Strc Eformat
|-
|-
| || CE-30618-8 || || key's not found (system file broken)
| SCE_SBL_ERROR_SRTC_EAUTHFAIL || CE-30396-1 || 0x800F0535 || Error Strc Eauthfail
|-
|-
| || CE-30619-9 || || duplication of key (system file broken)
| SCE_SBL_ERROR_SRTC_KEY_DIFFER || CE-30397-2 || 0x800F0536 || Error Strc Key differ
|-
|-
| || CE-30620-1 || || invalid version(system file broken)
| SCE_SBL_ERROR_DEVACT_EPERM || CE-30398-3 || 0x800F0601 || Error Devact Eperm
|-
|-
| || CE-30621-2 || || invalid data size (system file broken)
| SCE_SBL_ERROR_DEVACT_ENOENT || CE-30399-4 || 0x800F0602 || Error Devact Enoent
|-
|-
| || CE-30784-2 || || PS4 failed to detect USB device // Step 1: Verify that the USB device supports USB 2.0 or 3.0. Step 2: Ensure the device is properly inserted in the PS4, and then wait one minute before trying to access the device again. Step 3: Make sure there are not multiple partitions on the device. Step 4: Initialize the device on a PC if possible.
| SCE_SBL_ERROR_NPDRM_EACCES || CE-30550-3 || 0x800F0A0D || Error Npdrm Eacces
|-
|-
| || CE-30791-0 || || I/O error
| SCE_SBL_ERROR_NPDRM_EFAULT || CE-30551-4 || 0x800F0A0E || Error Npdrm Efault
|-
|-
| || CE-30792-1 || || invalid argument
| SCE_SBL_ERROR_NPDRM_EBUSY || CE-30552-5 || 0x800F0A10 || Error Npdrm Ebusy
|-
|-
| || CE-30793-2 || || permission denied
| SCE_SBL_ERROR_NPDRM_EEXIST || CE-30553-6 || 0x800F0A11 || Error Npdrm Eexist
|-
|-
| || CE-30794-3 || || no such device
| SCE_SBL_ERROR_NPDRM_ENODEV || CE-30554-7 || 0x800F0A13 || Error Npdrm Enodev
|-
|-
| || CE-30795-4 || || resource not found
| SCE_SBL_ERROR_NPDRM_EINVAL || CE-30555-8 || 0x800F0A16 || Error Npdrm Einval
|-
|-
| || CE-30796-5 || || resource busy
| SCE_SBL_ERROR_NPDRM_ENOSPC || CE-30556-9 || 0x800F0A1C || Error Npdrm Enospc
|-
|-
| || CE-30797-6 || || timer expired
| SCE_SBL_ERROR_NPDRM_ERANGE || CE-30557-0 || 0x800F0A22 || Error Npdrm Erange
|-
|-
| || CE-30798-7 || || value too large to be stored in data type
| SCE_SBL_ERROR_NPDRM_EFMT || CE-30558-1 || 0x800F0A23 || Error Npdrm Efmt
|-
|-
| || CE-30799-8 || || broken pipe
| SCE_SBL_ERROR_NPDRM_ESIGN || CE-30559-2 || 0x800F0A24 || Cannot start the application.
|-
|-
| || CE-30800-1 || || interrupted system call
| SCE_SBL_ERROR_AUTHMGR_ESTACK || CE-30600-9 || 0x800F0B29 || Error Authmgr Estack
|-
|-
| || CE-30801-2 || || not enough core
| SCE_SBL_ERROR_AUTHMGR_ENEEDAUTH || CE-30601-0 || 0x800F0B2A || Error Authmgr Eneedauth
|-
|-
| || CE-30802-3 || || operation not supported
| SCE_SBL_ERROR_AUTHMGR_EBADMSG || CE-30602-1 || 0x800F0B2B || Error Authmgr Ebadmsg
|-
|-
| || CE-30803-4 || || fatal error
| SCE_SBL_ERROR_AUTHMGR_EREVOKED || CE-30603-2 || 0x800F0B2C || Error Authmgr Erevoked
|-
|-
| || CE-30804-5 || || Tried to perform an operation (play release or get number of remaining samples) for the port not opened
| SCE_SBL_ERROR_AUTHMGR_ENOATTR || CE-30604-3 || 0x800F0B2D || Error Authmgr Enoattr
|-
|-
| || CE-30805-6 || || Tried to output while outputting audio
| SCE_SBL_ERROR_AUTHMGR_EVER || CE-30605-4 || 0x800F0B2E || Error Authmgr Ever
|-
|-
| || CE-30806-7 || || Invalid port number
| SCE_SBL_ERROR_AUTHMGR_EPLATFORM || CE-30606-5 || 0x800F0B2F || Error Authmgr Ever
|-
|-
| || CE-30807-8 || || Invalid pointer
| SCE_SBL_ERROR_AUTHMGR_EPOWER || CE-30607-6 || 0x800F0B30 || Error Authmgr Epower
|-
|-
| || CE-30808-9 || || Cannot reserve a port(channel) any more
| SCE_SBL_ERROR_AUTHMGR_ECLOCK || CE-30608-7 || 0x800F0B31 || Hardware Error. // Your system likely needs to be serviced. Please visit our [https://support.us.playstation.com/app/contact_options/session/L2F2LzEvdGltZS8xMzg5OTUwODEyL3NpZC9CQTRvVUFLbA%3D%3D Contact] page to set up service.
|-
|-
| || CE-30809-0 || || Invalid sample length specified
| SCE_SBL_ERROR_AUTHMGR_ENOTINITIALIZED || CE-30609-8 || 0x800F0B32 || Error Authmgr Enotinitialized
|-
|-
| || CE-30810-2 || || Invalid audio format
| SCE_SBL_ERROR_AUTHMGR_EXPIRED || CE-30610-0 || 0x800F0B33 || Error Authmgr Expired
|-
|-
| || CE-30811-3 || || Invalid sampling frequency
| SCE_SBL_ERROR_AUTHMGR_EFORMAT || CE-30611-1 || 0x800F0B34 || Error Authmgr Eformat
|-
|-
| || CE-30812-4 || || Invalid volume value
| SCE_SBL_ERROR_AUTHMGR_EAUTHFAIL || CE-30612-2 || 0x800F0B35 || Error Authmgr Eauthfail
|-
|-
| || CE-30813-5 || || Invalid port type
| SCE_SBL_ERROR_AUTHMGR_KEY_DIFFER || CE-30613-3 || 0X800F0B36 || Error Authmgr Key Differ
|-
|-
| || CE-30814-6 || || Invalid config type
| SCE_SYSFILE_ERROR_NOMEM || CE-30614-4 || 0x80120001 || Out-of-memory
|-
|-
| || CE-30815-7 || || Not enough memory
| SCE_SYSFILE_ERROR_IO || CE-30615-5 || 0x80120002 || File IO error
|-
|-
| || CE-30816-8 || || already initialized
| SCE_SYSFILE_ERROR_INVAL || CE-30616-6 || 0x80120003 || Invalid parameters
|-
|-
| || CE-30817-9 || || not initialized
| SCE_SYSFILE_ERROR_BADMAGIC || CE-30617-7 || 0x80120004 || Invalid MAGIC code (system file broken)
|-
|-
| || CE-30818-0 || || memory handling error
| SCE_SYSFILE_ERROR_KEYNOTFOUND || CE-30618-8 || 0x80120005 || Key's not found (system file broken)
|-
|-
| || CE-30819-1 || || system resourc error
| SCE_SYSFILE_ERROR_KEYDUPLICATION || CE-30619-9 || 0x80120006 || Duplication of key (system file broken)
|-
|-
| || CE-30820-3 || || transfer event send error
| SCE_SYSFILE_ERROR_BADVERSION || CE-30620-1 || 0x80120007 || Invalid version (system file broken)
|-
|-
| || CE-30821-4 ||  || Invalid volume flag value
| SCE_SYSFILE_ERROR_OVER_DATABUFSIZE || CE-30621-2 ||  0x80120008 || Invalid data size (system file broken)
|-
|-
| || CE-30822-5 || || undefined error
| SCE_SAFEMODE_ERROR_ENOMEM || CE-30772-9 || 0x80190001 || Out-of-memory
|-
|-
| || CE-30823-6 || || Bad value of handle
| SCE_SAFEMODE_ERROR_KILL || CE-30773-0 || 0x80190002 || Error Kill
|-
|-
| || CE-30824-7 || || Invalid sample length
| SCE_SAFEMODE_ERROR_NOT_FOUND || CE-30774-1 || 0x80190030 || Cannot update (could not update via USB device) // The PS4 system software could not be updated using a USB storage device. Try updating via the Internet instead. If this is not possible, make sure the USB storage device is formatted as FAT or exFAT. Check that the update file is stored in the correct file structure. If the issue continues, delete the download file from the USB drive and download it again.
|-
|-
| || CE-30825-8 || || Invalid sampling frequency
| SCE_SAFEMODE_ERROR_INVAL || CE-30775-2 || 0x80190031 || Error Inval
|-
|-
| || CE-30826-9 || || Invalid bus type
| SCE_SAFEMODE_ERROR_STAT || CE-30776-3 || 0x80190060 || Error Start
|-
|-
| || CE-30827-0 || || Invalid pointer value
| SCE_SAFEMODE_ERROR_OPEN_READ || CE-30777-4 || 0x80190061 || Error Open Read
|-
|-
| || CE-30828-1 || || Invalid port parameter
| SCE_SAFEMODE_ERROR_OPEN_WRITE || CE-30778-5 || 0x80190062 || Error Open Write
|-
|-
| || CE-30829-2 || || Cannot open port any more
| SCE_SAFEMODE_ERROR_CLOSE || CE-30779-6 || 0x80190063 || Error Close
|-
|-
| || CE-30830-4 || || Not enough memory
| SCE_SAFEMODE_ERROR_READ || CE-30780-8 || 0x80190064 || Error Read
|-
|-
| || CE-30831-5 || || This port is not opened
| SCE_SAFEMODE_ERROR_WRITE || CE-30781-9 || 0x80190065 || Error Write
|-
|-
| || CE-30832-6 || || Tried to input while inputting
| SCE_SAFEMODE_ERROR_NMOUNT_USB || CE-30784-2 || 0x80190068 || PS4 failed to detect USB device // Step 1: Verify that the USB device supports USB 2.0 or 3.0. Step 2: Ensure the device is properly inserted in the PS4, and then wait one minute before trying to access the device again. Step 3: Make sure there are not multiple partitions on the device. Step 4: Try reformatting the device using a PC if possible.
|-
|-
| || CE-30833-7 ||  || Error due to relate of the system memory access
| || CE-30785-3 ||  || USB device not recognized in safe mode // Step 1: Ensure the device is properly inserted in the PS4. Step 2: Wait about one minute and try updating again. Step 3: If the problem persists, initialize USB storage device on a PC, download the update file from system software update page, then put it in the specified folder and update again from the USB storage device.
|-
|-
| || CE-30834-8 || || Error due to the system IPC
| SCE_USBD_ERROR_IO || CE-30791-0 || 0x80240001 || I/O error
|-
|-
| || CE-30836-0 || || invalid argument
| SCE_USBD_ERROR_INVALID_ARG || CE-30792-1 || 0x80240002 || Invalid argument
|-
|-
| || CE-30837-1 || || invalid address
| SCE_USBD_ERROR_ACCESS || CE-30793-2 || 0x80240003 || Permission denied
|-
|-
| || CE-30838-2 || || invalid pixel format argument
| SCE_USBD_ERROR_NO_DEVICE || CE-30794-3 || 0x80240004 || No such device
|-
|-
| || CE-30839-3 || || invalid pitch argument
| SCE_USBD_ERROR_NOT_FOUND || CE-30795-4 || 0x80240005 || Resource not found
|-
|-
| || CE-30840-5 || || invalid widthheight argument
| SCE_USBD_ERROR_BUSY || CE-30796-5 || 0x80240006 || Resource busy
|-
|-
| || CE-30841-6 || || invalid flip mode argument
| SCE_USBD_ERROR_TIMEOUT || CE-30797-6 || 0x80240007 || Timer expired
|-
|-
| || CE-30842-7 || || invalid tiling mode argument
| SCE_USBD_ERROR_OVERFLOW || CE-30798-7 || 0x80240008 || Value too large to be stored in data type
|-
|-
| || CE-30843-8 || || invalid aspect ratio argument
| SCE_USBD_ERROR_PIPE || CE-30799-8 || 0x80240009 || Broken pipe
|-
|-
| || CE-30844-9 || || the resource is in use
| SCE_USBD_ERROR_INTERRUPTED || CE-30800-1 || 0x8024000A || Interrupted system call
|-
|-
| || CE-30845-0 || || invalid index
| SCE_USBD_ERROR_NO_MEM || CE-30801-2 || 0x8024000B || Not enough core
|-
|-
| || CE-30846-1 || || invalid handle
| SCE_USBD_ERROR_NOT_SUPPORTED || CE-30802-3 || 0x8024000C || Operation not supported
|-
|-
| || CE-30847-2 || || invalid event queue
| SCE_USBD_ERROR_FATAL || CE-30803-4 || 0x802400FF || Fatal error
|-
|-
| || CE-30848-3 || || invalid event
| SCE_AUDIO_OUT_ERROR_NOT_OPENED || CE-30804-5 || 0x80260001 || Tried to perform an operation (play release or get number of remaining samples) for the port not opened
|-
|-
| || CE-30849-4 || || no empty slot found
| SCE_AUDIO_OUT_ERROR_BUSY || CE-30805-6 || 0x80260002 || Tried to output while outputting audio
|-
|-
| || CE-30850-6 || || the specified slot is already occupied
| SCE_AUDIO_OUT_ERROR_INVALID_PORT || CE-30806-7 || 0x80260003 || Invalid port number
|-
|-
| || CE-30851-7 || || flip queue is already full
| SCE_AUDIO_OUT_ERROR_INVALID_POINTER || CE-30807-8 || 0x80260004 || Invalid pointer
|-
|-
| || CE-30852-8 || || invalid memory
| SCE_AUDIO_OUT_ERROR_PORT_FULL || CE-30808-9 || 0x80260005 || Cannot reserve a port(channel) any more
|-
|-
| || CE-30853-9 || || the buffer memory is not physically contiguous
| SCE_AUDIO_OUT_ERROR_INVALID_SIZE || CE-30809-0 || 0x80260006 || Invalid sample length specified
|-
|-
| || CE-30854-0 || || invalid memory alignment for the buffer
| SCE_AUDIO_OUT_ERROR_INVALID_FORMAT || CE-30810-2 || 0x80260007 || Invalid audio format
|-
|-
| || CE-30855-1 || || unsupported output mode
| SCE_AUDIO_OUT_ERROR_INVALID_SAMPLE_FREQ || CE-30811-3 || 0x80260008 || Invalid sampling frequency
|-
|-
| || CE-30856-2 || || unknown error
| SCE_AUDIO_OUT_ERROR_INVALID_VOLUME || CE-30812-4 || 0x80260009 || Invalid volume value
|-
|-
| || CE-30857-3 || || internal error
| SCE_AUDIO_OUT_ERROR_INVALID_PORT_TYPE || CE-30813-5 || 0x8026000A || Invalid port type
|-
|-
| || CE-30858-4 || || Cannot allocate memory
| SCE_AUDIO_OUT_ERROR_INVALID_CONF_TYPE || CE-30814-6 || 0x8026000C || Invalid config type
|-
|-
| || CE-30866-3 || || Parameter is invalid
| SCE_AUDIO_OUT_ERROR_OUT_OF_MEMORY || CE-30815-7 || 0x8026000D || Not enough memory
|-
|-
| || CE-30867-4 || || Already initialized
| SCE_AUDIO_OUT_ERROR_ALREADY_INIT || CE-30816-8 || 0x8026000E || already initialized
|-
|-
| || CE-30868-5 || || Not initialized
| SCE_AUDIO_OUT_ERROR_NOT_INIT || CE-30817-9 || 0x8026000F || not initialized
|-
|-
| || CE-30869-6 || || Camera is already open
| SCE_AUDIO_OUT_ERROR_MEMORY || CE-30818-0 || 0x80260010 || memory handling error
|-
|-
| || CE-30870-8 || || Camera is not open
| SCE_AUDIO_OUT_ERROR_SYSTEM_RESOURCE || CE-30819-1 || 0x80260011 || system resourc error
|-
|-
| || CE-30871-9 || || Streaming has started
| SCE_AUDIO_OUT_ERROR_TRANS_EVENT || CE-30820-3 || 0x80260012 || transfer event send error
|-
|-
| || CE-30872-0 || || Streaming has not yet started
| SCE_AUDIO_OUT_ERROR_INVALID_FLAG || CE-30821-4 || 0x80260013 || Invalid volume flag value
|-
|-
| || CE-30873-1 || || Cannot start with specified format
| SCE_AUDIO_IN_ERROR_FATAL || CE-30822-5 || 0x80260100 || undefined error
|-
|-
| || CE-30874-2 || || Cannot start with specified resolution
| SCE_AUDIO_IN_ERROR_INVALID_HANDLE || CE-30823-6 || 0x80260101 || Bad value of handle
|-
|-
| || CE-30875-3 || || Cannot open with specified frame rate
| SCE_AUDIO_IN_ERROR_INVALID_SIZE || CE-30824-7 || 0x80260102 || Invalid sample length
|-
|-
| || CE-30876-4 || || Function timed out
| SCE_AUDIO_IN_ERROR_INVALID_FREQ || CE-30825-8 || 0x80260103 || Invalid sampling frequency
|-
|-
| || CE-30877-5 || || Unknown attribute
| SCE_AUDIO_IN_ERROR_INVALID_TYPE || CE-30826-9 || 0x80260104 || Invalid bus type
|-
|-
| || CE-30878-6 || || The camera is busy.
| SCE_AUDIO_IN_ERROR_INVALID_POINTER || CE-30827-0 || 0x80260105 || Invalid pointer value
|-
|-
| || CE-30879-7 || || Unknown Configuration
| SCE_AUDIO_IN_ERROR_INVALID_PARAM || CE-30828-1 || 0x80260106 || Invalid port parameter
|-
|-
| || CE-30880-9 || || The frame has already been read.
| SCE_AUDIO_IN_ERROR_PORT_FULL || CE-30829-2 || 0x80260107 || Cannot open port any more
|-
|-
| || CE-30881-0 || || The Camera is not connected.
| SCE_AUDIO_IN_ERROR_OUT_OF_MEMORY || CE-30830-4 || 0x80260108 || Not enough memory
|-
|-
| || CE-30882-1 || || The Function is not supported.
| SCE_AUDIO_IN_ERROR_NOT_OPENED || CE-30831-5 || 0x80260109 || This port is not opened
|-
|-
| || CE-30883-2 || || Attribute cannot specify under this Configuration.
| SCE_AUDIO_IN_ERROR_BUSY || CE-30832-6 || 0x8026010A || Tried to input while inputting
|-
|-
| || CE-30884-3 || || Number of processes reached maximum.
| SCE_AUDIO_IN_ERROR_SYSTEM_MEMORY || CE-30833-7 || 0x8026010B || Error due to relate of the system memory access
|-
|-
| || CE-30885-4 || || Number of processes reached maximum.
| SCE_AUDIO_IN_ERROR_SYSTEM_IPC || CE-30834-8 || 0x8026010C || Error due to the system IPC
|-
|-
|  || CE-30886-5 || || Copyout failed.
|  || CE-30835-9 || 0x80290000 ||
|-
|-
| || CE-30887-6 || || Copyin failed.
| SCE_VIDEO_OUT_ERROR_INVALID_VALUE || CE-30836-0 || 0x80290001 || Invalid argument
|-
|-
| || CE-30888-7 || || Process create failed.
| SCE_VIDEO_OUT_ERROR_INVALID_ADDRESS || CE-30837-1 || 0x80290002 || Invalid address
|-
|-
| || CE-30889-8 || || Fatal error occurred
| SCE_VIDEO_OUT_ERROR_INVALID_PIXEL_FORMAT || CE-30838-2 || 0x80290003 || Invalid pixel format argument
|-
|-
| || CE-31138-6 || || This user already logged out
| SCE_VIDEO_OUT_ERROR_INVALID_PITCH || CE-30839-3 || 0x80290004 || Invalid pitch argument
|-
|-
| || CE-31493-0 || || Fatal error
| SCE_VIDEO_OUT_ERROR_INVALID_RESOLUTION || CE-30840-5 || 0x80290005 || Invalid width, height argument
|-
|-
| || CE-31494-1 || || Invalid argument value detected
| SCE_VIDEO_OUT_ERROR_INVALID_FLIP_MODE || CE-30841-6 || 0x80290006 || Invalid flip mode argument
|-
|-
| || CE-31495-2 || || Invalid FontMemory detected
| SCE_VIDEO_OUT_ERROR_INVALID_TILING_MODE || CE-30842-7 || 0x80290007 || Invalid tiling mode argument
|-
|-
| || CE-31496-3 || || Invalid FontLibrary detected
| SCE_VIDEO_OUT_ERROR_INVALID_ASPECT_RATIO || CE-30843-8 || 0x80290008 || Invalid aspect ratio argument
|-
|-
| || CE-31497-4 || || Invalid FontHandle detected
| SCE_VIDEO_OUT_ERROR_RESOURCE_BUSY || CE-30844-9 || 0x80290009 || The resource is in use.
|-
|-
| || CE-31498-5 || || Invalid FontGlyph detected
| SCE_VIDEO_OUT_ERROR_INVALID_INDEX || CE-30845-0 || 0x8029000A || Invalid index
|-
|-
| || CE-31499-6 || || Invalid FontRenderer detected
| SCE_VIDEO_OUT_ERROR_INVALID_HANDLE || CE-30846-1 || 0x8029000B || Invalid handle
|-
|-
| || CE-31500-9 || || Memory allocation failed
| SCE_VIDEO_OUT_ERROR_INVALID_EVENT_QUEUE || CE-30847-2 || 0x8029000C || Invalid event queue
|-
|-
| || CE-31501-0 || || File open failed
| SCE_VIDEO_OUT_ERROR_INVALID_EVENT || CE-30848-3 || 0x8029000D || Invalid event
|-
|-
| || CE-31502-1 || || Unsupported library
| SCE_VIDEO_OUT_ERROR_NO_EMPTY_SLOT || CE-30849-4 || 0x8029000F || No empty slot found.
|-
|-
| || CE-31503-2 || || Unsupported format
| SCE_VIDEO_OUT_ERROR_SLOT_OCCUPIED || CE-30850-6 || 0x80290010 || The specified slot is already occupied.
|-
|-
| || CE-31504-3 || || Unsupported function
| SCE_VIDEO_OUT_ERROR_FLIP_QUEUE_FULL || CE-30851-7 || 0x80290012 || flip queue is already full
|-
|-
| || CE-31505-4 || || Already specified
| SCE_VIDEO_OUT_ERROR_INVALID_MEMORY || CE-30852-8 || 0x80290013 || Invalid memory
|-
|-
| || CE-31506-5 || || Already attached
| SCE_VIDEO_OUT_ERROR_MEMORY_NOT_PHYSICALLY_CONTIGUOUS || CE-30853-9 || 0x80290014 || The buffer memory is not physically contiguous
|-
|-
| || CE-31507-6 || || Already opened font detected
| SCE_VIDEO_OUT_ERROR_MEMORY_INVALID_ALIGNMENT || CE-30854-0 || 0x80290015 || Invalid memory alignment for the buffer
|-
|-
| || CE-31508-7 || || No cache buffer
| SCE_VIDEO_OUT_ERROR_UNSUPPORTED_OUTPUT_MODE || CE-30855-1 || 0x80290016 || Unsupported output mode
|-
|-
| || CE-31509-8 || || Unsupported font set
| SCE_VIDEO_OUT_ERROR_UNKNOWN || CE-30856-2 || 0x802900FE || Unknown error
|-
|-
| || CE-31510-0 || || Exceeding maximum number of font opens
| SCE_VIDEO_OUT_ERROR_FATAL || CE-30857-3 || 0x802900FF || Internal error
|-
|-
| || CE-31511-1 || || Failed in font opening process
| SCE_VIDEO_OUT_ERROR_ENOMEM || CE-30858-4 || 0x8029100C || Cannot allocate memory
|-
|-
| || CE-31512-2 || || Failed in font closing process
| SCE_AV_CONTROL_ERROR_INVALID_PARAM || CE-30859-5 || 0x802A0001 || Error Invalid Param
|-
|-
| || CE-31513-3 || || Unsupported code
| SCE_AV_CONTROL_ERROR_INVALID_PITCH || CE-30860-7 || 0x802A0002 || Error Invalid Pitch
|-
|-
| || CE-31514-4 || || Glyph could not be found
| SCE_AV_CONTROL_ERROR_INVALID_MODE || CE-30861-8 || 0x802A0003 || Error Invalid Mode
|-
|-
| || CE-31515-5 || || Unsupported surface
| SCE_AV_CONTROL_ERROR_PLL_FAIL || CE-30862-9 || 0x802A0004 || Error Pll Fail
|-
|-
| || CE-31516-6 || || Unset parameter
| SCE_AV_CONTROL_ERROR_DP_LINK_TRAINING_FAIL || CE-30863-0 || 0x802A0005 || Error Dp Link Training Fail
|-
|-
| || CE-31517-7 || || Renderer is already bound
| SCE_AV_CONTROL_ERROR_BLANK_TIMEOUT || CE-30864-1 || 0x802A0006 || Error Blink Timeout
|-
|-
| || CE-31518-8 || || Renderer is not bound
| SCE_AV_CONTROL_ERROR_INIT_FAIL || CE-30865-2 || 0x802A0007 || Error Init Fail
|-
|-
| || CE-31519-9 || || Renderer could not allocate memory
| SCE_CAMERA_ERROR_PARAM || CE-30866-3 || 0x802E0000 || Parameter is invalid
|-
|-
| || CE-31520-1 || || Render failed to render
| SCE_CAMERA_ERROR_ALREADY_INIT || CE-30867-4 || 0x802E0001 || Already initialized
|-
|-
| || CE-31521-2 || || invalid pointer argument
| SCE_CAMERA_ERROR_NOT_INIT || CE-30868-5 || 0x802E0002 || Not initialized
|-
|-
| || CE-31522-3 || || invalid state
| SCE_CAMERA_ERROR_ALREADY_OPEN || CE-30869-6 || 0x802E0003 || Camera is already open.
|-
|-
| || CE-31523-4 || || uninitialized context
| SCE_CAMERA_ERROR_NOT_OPEN || CE-30870-8 || 0x802E0004 || Camera is not open.
|-
|-
| || CE-31524-5 || || invalid pointer argument
| SCE_CAMERA_ERROR_ALREADY_START || CE-30871-9 || 0x802E0005 || Streaming has started.
|-
|-
| || CE-31525-6 || || invalid state
| SCE_CAMERA_ERROR_NOT_START || CE-30872-0 || 0x802E0006 || Streaming has not yet started.
|-
|-
| || CE-31526-7 || || uninitialized context
| SCE_CAMERA_ERROR_FORMAT_UNKNOWN || CE-30873-1 || 0x802E0007 || Cannot start with specified format.
|-
|-
| || CE-31527-8 || || invalid pointer argument
| SCE_CAMERA_ERROR_RESOLUTION_UNKNOWN || CE-30874-2 || 0x802E0008 || Cannot start with specified resolution.
|-
|-
| || CE-31528-9 || || invalid state
| SCE_CAMERA_ERROR_BAD_FRAMERATE || CE-30875-3 || 0x802E0009 || Cannot open with specified frame rate.
|-
|-
| || CE-31529-0 || || uninitialized context
| SCE_CAMERA_ERROR_TIMEOUT || CE-30876-4 || 0x802E000A || Function timed out
|-
|-
| || CE-31530-2 || || invalid pointer argument
| SCE_CAMERA_ERROR_ATTRIBUTE_UNKNOWN || CE-30877-5 || 0x802E000B || Unknown attribute
|-
|-
| || CE-31531-3 || || invalid state
| SCE_CAMERA_ERROR_BUSY || CE-30878-6 || 0x802E000C || The camera is busy.
|-
|-
| || CE-31532-4 || || uninitialized context
| SCE_CAMERA_ERROR_UNKNOWN_CONFIG || CE-30879-7 || 0x802E000D || Unknown Configuration
|-
|-
| || CE-31533-5 || || invalid pointer argument
| SCE_CAMERA_ERROR_ALREADY_READ || CE-30880-9 || 0x802E000F || The frame has already been read.
|-
|-
| || CE-31534-6 || || invalid state
| SCE_CAMERA_ERROR_NOT_CONNECTED || CE-30881-0 || 0x802E0010 || The Camera is not connected.
|-
|-
| || CE-31535-7 || || uninitialized context
| SCE_CAMERA_ERROR_NOT_SUPPORTED || CE-30882-1 || 0x802E0011 || The Function is not supported.
|-
|-
| || CE-31536-8 || || invalid pointer argument
| SCE_CAMERA_ERROR_INVALID_CONFIG || CE-30883-2 || 0x802E0013 || Attribute cannot specify under this Configuration.
|-
|-
| || CE-31537-9 || || invalid state
| SCE_CAMERA_ERROR_MAX_HANDLE || CE-30884-3 || 0x802E0014 || Number of processes reached maximum.
|-
|-
| || CE-31538-0 || || uninitialized context
| SCE_CAMERA_ERROR_MAX_PROCESS || CE-30885-4 || 0x802E00FB || Number of processes reached maximum.
|-
|-
| || CE-31539-1 || || invalid pointer argument
| SCE_CAMERA_ERROR_COPYOUT_FAILED || CE-30886-5 || 0x802E00FC || Copy out failed.
|-
|-
| || CE-31540-3 || || invalid state
| SCE_CAMERA_ERROR_COPYIN_FAILED || CE-30887-6 || 0x802E00FD || Copying failed.
|-
|-
| || CE-31541-4 || || uninitialized context
| SCE_CAMERA_ERROR_KPROC_CREATE || CE-30888-7 || 0x802E00FE || Process create failed.
|-
|-
| || CE-31542-5 || || invalid pointer argument
| SCE_CAMERA_ERROR_FATAL || CE-30889-8 || 0x802E00FF || Fatal error occurred.
|-
|-
| || CE-31543-6 || || invalid state
| SCE_BT_ERROR_REG_NOT_READY || CE-30890-0 || 0x802F0101 || Error Reg Not Ready
|-
|-
| || CE-31544-7 || || invalid digest size
| SCE_BT_ERROR_REG_DELETE_NO_ENTRY || CE-30891-1 || 0x802F0102 || Error Reg Delete No Entry
|-
|-
| || CE-31545-8 || || uninitialized context
| SCE_BT_ERROR_REG_UPDATE_CANNOT_SAVE || CE-30892-2 || 0x802F0103 || Error Reg Update Cannot Save
|-
|-
| || CE-31546-9 || || invalid pointer argument
| SCE_BT_ERROR_REG_SET_HID_DESC_BAD_ARG || CE-30893-3 || 0x802F0105 || Error Reg Set Hid Desc Bad Arg
|-
|-
| || CE-31547-0 || || invalid digest size
| SCE_BT_ERROR_REG_SET_HID_DESC_NO_REG || CE-30894-4 || 0x802F0106 || Error Reg Set Hid Desc No Arg
|-
|-
| || CE-31548-1 || || invalid pointer argument
| SCE_BT_ERROR_CONNECT_START_BUSY || CE-30905-7 || 0x802F0204 || Connection process with Bluetooth device cannot be started (another device being registered) // Step 1: Reboot the console. Step 2: If the system software is not up to date, update it to the latest version. Step 3: If there are any other Bluetooth devices near the console, turn them off and try again.
|-
|-
|  || CE-31549-2 || || invalid pointer argument
| SCE_BT_ERROR_CONF_BT_INACTIVE || CE-30993-4 || 0x802F1503 || Error occurred during Bluetooth connection // Step 1: Check if the device can be used with PS4 consoles. Step 2: Try connecting another compatible Bluetooth device. Step 3: Reboot the console. Step 4: If possible, try resetting the device.
|-
|-
| || CE-31550-4 || || invalid state
| SCE_HID_ERROR_ALREADY_LOGGED_OUT || CE-31138-6 || 0x803B0101 || This user already logged out
|-
|-
| || CE-31551-5 || || invalid size
| SCE_FONT_ERROR_FATAL || CE-31493-0 || 0x80460001 || Fatal error
|-
|-
| || CE-31552-6 || || invalid pointer argument
| SCE_FONT_ERROR_ALLOCATION_FAILED || CE-31494-1 || 0x80460010 || Invalid argument value detected
|-
|-
| || CE-31553-7 || || invalid state
| SCE_FONT_ERROR_INVALID_MEMORY || CE-31495-2 || 0x80460003 || Invalid FontMemory detected
|-
|-
| || CE-31554-8 || || invalid size
| SCE_FONT_ERROR_INVALID_LIBRARY || CE-31496-3 || 0x80460004 || Invalid FontLibrary detected
|-
|-
| || CE-31555-9 || || invalid pointer argument
| SCE_FONT_ERROR_INVALID_FONT_HANDLE || CE-31497-4 || 0x80460005 || Invalid FontHandle detected
|-
|-
| || CE-31556-0 || || invalid state
| SCE_FONT_ERROR_INVALID_GLYPH || CE-31498-5 || 0x80460006 || Invalid FontGlyph detected
|-
|-
| || CE-31557-1 || || invalid size
| SCE_FONT_ERROR_INVALID_RENDERER || CE-31499-6 || 0x80460007 || Invalid FontRenderer detected
|-
|-
| || CE-31558-2 || || invalid pointer argument
| SCE_FONT_ERROR_ALLOCATION_FAILED || CE-31500-9 || 0x80460010 || Memory allocation failed
|-
|-
| || CE-31559-3 || || invalid state
| SCE_FONT_ERROR_FS_OPEN_FAILED || CE-31501-0 || 0x80460011 || File open failed
|-
|-
| || CE-31560-5 || || invalid size
| SCE_FONT_ERROR_NO_SUPPORT_LIBRARY || CE-31502-1 || 0x80460018 || Unsupported library
|-
|-
| || CE-31561-6 || || invalid pointer argument
| SCE_FONT_ERROR_NO_SUPPORT_FORMAT || CE-31503-2 || 0x80460019 || Unsupported format
|-
|-
| || CE-31562-7 || || invalid state
| SCE_FONT_ERROR_NO_SUPPORT_FUNCTION || CE-31504-3 || 0x80460020 || Unsupported function
|-
|-
| || CE-31563-8 || || invalid size
| SCE_FONT_ERROR_ALREADY_SPECIFIED || CE-31505-4 || 0x80460021 || Already specified
|-
|-
| || CE-31564-9 || || invalid pointer argument
| SCE_FONT_ERROR_ALREADY_ATTACHED || CE-31506-5 || 0x80460022 || Already attached
|-
|-
| || CE-31565-0 || || invalid state
| SCE_FONT_ERROR_ALREADY_OPENED || CE-31507-6 || 0x80460023 || Already opened font detected
|-
|-
| || CE-31566-1 || || invalid size
| SCE_FONT_ERROR_NOT_ATTACHED_CACHE_BUFFER || CE-31508-7 || 0x80460025 || No cache buffer
|-
|-
| || CE-31567-2 || || invalid pointer argument
| SCE_FONT_ERROR_NO_SUPPORT_FONTSET || CE-31509-8 || 0x80460031 || Unsupported font set
|-
|-
| || CE-31568-3 || || invalid state
| SCE_FONT_ERROR_FONT_OPEN_MAX || CE-31510-0 || 0x80460033 || Exceeding maximum number of font opens
|-
|-
| || CE-31569-4 || || invalid size
| SCE_FONT_ERROR_FONT_OPEN_FAILED || CE-31511-1 || 0x80460036 || Failed in font opening process
|-
|-
| || CE-31570-6 || || invalid pointer argument
| SCE_FONT_ERROR_FONT_CLOSE_FAILED || CE-31512-2 || 0x80460037 || Failed in font closing process
|-
|-
| || CE-31571-7 ||  || invalid state
| SCE_FONT_ERROR_NO_SUPPORT_CODE || CE-31513-3 ||  0x80460041 || Unsupported code
|-
|-
| || CE-31572-8 || || invalid size
| SCE_FONT_ERROR_NO_SUPPORT_GLYPH || CE-31514-4 || 0x80460042 || Glyph could not be found
|-
|-
| || CE-31573-9 || || invalid pointer argument
| SCE_FONT_ERROR_NO_SUPPORT_SURFACE || CE-31515-5 || 0x80460050 || Unsupported surface
|-
|-
| || CE-31574-0 || || invalid state
| SCE_FONT_ERROR_UNSET_PARAMETER || CE-31516-6 || 0x80460058 || Unset parameter
|-
|-
| || CE-31575-1 || || invalid size
| SCE_FONT_ERROR_ALREADY_BOUND_RENDERER || CE-31517-7 || 0x80460060 || Renderer is already bound
|-
|-
| || CE-31576-2 || || invalid pointer argument
| SCE_FONT_ERROR_NOT_BOUND_RENDERER || CE-31518-8 || 0x80460061 || Renderer is not bound
|-
|-
| || CE-31577-3 || || invalid state
| SCE_FONT_ERROR_RENDERER_ALLOCATION_FAILED || CE-31519-9 || 0x80460063 || Renderer could not allocate memory
|-
|-
| || CE-31578-4 || || invalid size
| SCE_FONT_ERROR_RENDERER_RENDER_FAILED || CE-31520-1 || 0x80460065 || Render failed to render
|-
|-
| || CE-31579-5 || || fatal error
| SCE_MD5_ERROR_INVALID_POINTER || CE-31521-2 || 0x80480100 || invalid pointer argument
|-
|-
| || CE-31580-7 || || specified max grain samples is invalid
| SCE_MD5_ERROR_INVALID_STATE || CE-31522-3 || 0x80480101 || invalid state
|-
|-
| || CE-31581-8 || || specified grain samples is invalid
| SCE_MD5_ERROR_UNINITIALIZED_CONTEXT || CE-31523-4 || 0x80480102 || uninitialized context
|-
|-
| || CE-31582-9 || || the specified number of channel is invalid
| SCE_SHA0_ERROR_INVALID_POINTER || CE-31524-5 || 0x80480200 || invalid pointer argument
|-
|-
| || CE-31583-0 || || specified out address is invalid
| SCE_SHA0_ERROR_INVALID_STATE || CE-31525-6 || 0x80480201 || invalid state
|-
|-
| || CE-31584-1 || || specified out size is invalid
| SCE_SHA0_ERROR_UNINITIALIZED_CONTEXT || CE-31526-7 || 0x80480202 || uninitialized context
|-
|-
| || CE-31585-2 || || specified option address is invalid
| SCE_SHA1_ERROR_INVALID_POINTER || CE-31527-8 || 0x80480300 || invalid pointer argument
|-
|-
| || CE-31586-3 || || specified option size is invalid
| SCE_SHA1_ERROR_INVALID_STATE || CE-31528-9 || 0x80480301 || invalid state
|-
|-
| || CE-31587-4 ||  || specified system option flag is invalid
| SCE_SHA1_ERROR_UNINITIALIZED_CONTEXT || CE-31529-0 ||  0x80480302 || uninitialized context
|-
|-
| || CE-31588-5 || || specified max matrices is invalid
| SCE_SHA224_ERROR_INVALID_POINTER || CE-31530-2 || 0x80480400 || invalid pointer argument
|-
|-
| || CE-31589-6 || || specified max ports is invalid
| SCE_SHA224_ERROR_INVALID_STATE || CE-31531-3 || 0x80480401 || invalid state
|-
|-
| || CE-31590-8 || || specified max input delay blocks is invalid
| SCE_SHA224_ERROR_UNINITIALIZED_CONTEXT || CE-31532-4 || 0x80480402 || uninitialized context
|-
|-
| || CE-31591-9 || || specified max voices is invalid
| SCE_SHA256_ERROR_INVALID_POINTER || CE-31533-5 || 0x80480500 || invalid pointer argument
|-
|-
| || CE-31592-0 || || specified max channels is invalid
| SCE_SHA256_ERROR_INVALID_STATE || CE-31534-6 || 0x80480501 || invalid state
|-
|-
| || CE-31593-1 || || specified max channels is invalid
| SCE_SHA256_ERROR_UNINITIALIZED_CONTEXT || CE-31535-7 || 0x80480502 || uninitialized context
|-
|-
| || CE-31594-2 || || specified max waveform blocks is invalid
| SCE_SHA384_ERROR_INVALID_POINTER || CE-31536-8 || 0x80480600 || invalid pointer argument
|-
|-
| || CE-31595-3 || || specified max envelope points is invalid
| SCE_SHA384_ERROR_INVALID_STATE || CE-31537-9 || 0x80480601 || invalid state
|-
|-
| || CE-31596-4 || || specified max filters is invalid
| SCE_SHA384_ERROR_UNINITIALIZED_CONTEXT || CE-31538-0 || 0x80480602 || uninitialized context
|-
|-
| || CE-31597-5 || || specified max codec caches is invalid
| SCE_SHA512_ERROR_INVALID_POINTER || CE-31539-1 || 0x80480700 || invalid pointer argument
|-
|-
| || CE-31598-6 ||  || specified max atrac9 decoders is invalid
| SCE_SHA512_ERROR_INVALID_STATE || CE-31540-3 ||  0x80480701 || invalid state
|-
|-
| || CE-31599-7 || || specified max atrac9 channel works is invalid
| SCE_SHA512_ERROR_UNINITIALIZED_CONTEXT || CE-31541-4 || 0x80480702 || uninitialized context
|-
|-
| || CE-31600-0 || || specified max inputs is invalid
| SCE_SHA512T_ERROR_INVALID_POINTER || CE-31542-5 || 0x80480800 || invalid pointer argument
|-
|-
| || CE-31601-1 || || the specified number of matrix level is invalid
| SCE_SHA512T_ERROR_INVALID_STATE || CE-31543-6 || 0x80480801 || invalid state
|-
|-
| || CE-31602-2 || || the specified number of waveform block is invalid
| SCE_SHA512T_ERROR_INVALID_DIGEST_SIZE || CE-31544-7 || 0x80480802 || invalid digest size
|-
|-
| || CE-31603-3 || || the specified number of envelope points is invalid
| SCE_SHA512T_ERROR_UNINITIALIZED_CONTEXT || CE-31545-8 || 0x80480803 || uninitialized context
|-
|-
| || CE-31604-4 || || the specified matrix level address is invalid
| SCE_HMAC_ERROR_INVALID_POINTER || CE-31546-9 || 0x80481000 || invalid pointer argument
|-
|-
| || CE-31605-5 || || the specified waveform block address is invalid
| SCE_HMAC_ERROR_INVALID_DIGEST_SIZE || CE-31547-0 || 0x80481002 || invalid digest size
|-
|-
| || CE-31606-6 || || the specified envelope point address is invalid
| SCE_MT19937_ERROR_INVALID_POINTER || CE-31548-1 || 0x80490100 || invalid pointer argument
|-
|-
| || CE-31607-7 || || the specified number of peak meter block is invalid
| SCE_SFMT607_ERROR_INVALID_POINTER || CE-31549-2 || 0x80490200 || invalid pointer argument
|-
|-
| || CE-31608-8 || || specified handle is invalid
| SCE_SFMT607_ERROR_INVALID_STATE || CE-31550-4 || 0x80490201 || invalid state
|-
|-
| || CE-31609-9 || || specified sample rate is invalid
| SCE_SFMT607_ERROR_INVALID_SIZE || CE-31551-5 || 0x80490202 || invalid size
|-
|-
| || CE-31610-1 || || specified report type is invalid
| SCE_SFMT1279_ERROR_INVALID_POINTER || CE-31552-6 || 0x80490300 || invalid pointer argument
|-
|-
| || CE-31611-2 || || specified report handler is invalid
| SCE_SFMT1279_ERROR_INVALID_STATE || CE-31553-7 || 0x80490301 || invalid state
|-
|-
| || CE-31612-3 || || specified report handle is invalid
| SCE_SFMT1279_ERROR_INVALID_SIZE || CE-31554-8 || 0x80490302 || invalid size
|-
|-
| || CE-31613-4 || || report handle can not be registered
| SCE_SFMT2281_ERROR_INVALID_POINTER || CE-31555-9 || 0x80490400 || invalid pointer argument
|-
|-
| || CE-31614-5 || || specified buffer info is invalid
| SCE_SFMT2281_ERROR_INVALID_STATE || CE-31556-0 || 0x80490401 || invalid state
|-
|-
| || CE-31615-6 || || specified buffer address is invalid
| SCE_SFMT2281_ERROR_INVALID_SIZE || CE-31557-1 || 0x80490402 || invalid size
|-
|-
| || CE-31616-7 || || specified buffer alignment is invalid
| SCE_SFMT4253_ERROR_INVALID_POINTER || CE-31558-2 || 0x80490500 || invalid pointer argument
|-
|-
| || CE-31617-8 ||  || specified buffer size is invalid
| SCE_SFMT4253_ERROR_INVALID_STATE || CE-31559-3 ||  0x80490501 || invalid state
|-
|-
| || CE-31618-9 || || specified buffer allocator is invalid
| SCE_SFMT4253_ERROR_INVALID_SIZE || CE-31560-5 || 0x80490502 || invalid size
|-
|-
| || CE-31619-0 || || system buffer is broken
| SCE_SFMT11213_ERROR_INVALID_POINTER || CE-31561-6 || 0x80490600 || invalid pointer argument
|-
|-
| || CE-31620-2 || || buffer is lack
| SCE_SFMT11213_ERROR_INVALID_STATE || CE-31562-7 || 0x80490601 || invalid state
|-
|-
| || CE-31621-3 || || specified system handle is invalid
| SCE_SFMT11213_ERROR_INVALID_SIZE || CE-31563-8 || 0x80490602 || invalid size
|-
|-
| || CE-31622-4 || || specified Rack ID is invalid
| SCE_SFMT19937_ERROR_INVALID_POINTER || CE-31564-9 || 0x80490700 || invalid pointer argument
|-
|-
| || CE-31623-5 || || specified Rack handle is invalid
| SCE_SFMT19937_ERROR_INVALID_STATE || CE-31565-0 || 0x80490701 || invalid state
|-
|-
| || CE-31624-6 || || specified voice handle is invalid
| SCE_SFMT19937_ERROR_INVALID_SIZE || CE-31566-1 || 0x80490702 || invalid size
|-
|-
| || CE-31625-7 || || specified voice is uninitialized
| SCE_SFMT44497_ERROR_INVALID_POINTER || CE-31567-2 || 0x80490800 || invalid pointer argument
|-
|-
| || CE-31626-8 || || specified voice index is invalid
| SCE_SFMT44497_ERROR_INVALID_STATE || CE-31568-3 || 0x80490801 || invalid state
|-
|-
| || CE-31627-9 || || specified voice event is invalid
| SCE_SFMT44497_ERROR_INVALID_SIZE || CE-31569-4 || 0x80490802 || invalid size
|-
|-
| || CE-31628-0 || || specified port index is invalid
| SCE_SFMT86243_ERROR_INVALID_POINTER || CE-31570-6 || 0x80490900 || invalid pointer argument
|-
|-
| || CE-31629-1 || || specified patch parameter is invalid
| SCE_SFMT86243_ERROR_INVALID_STATE || CE-31571-7 || 0x80490901 || invalid state
|-
|-
| || CE-31630-3 || || channel work is lack
| SCE_SFMT86243_ERROR_INVALID_SIZE || CE-31572-8 || 0x80490902 || invalid size
|-
|-
| || CE-31631-4 || || voice resource is lack
| SCE_SFMT132049_ERROR_INVALID_POINTER || CE-31573-9 || 0x80490A00 || invalid pointer argument
|-
|-
| || CE-31632-5 || || specified voice control ID is invalid
| SCE_SFMT132049_ERROR_INVALID_STATE || CE-31574-0 || 0x80490A01 || invalid state
|-
|-
| || CE-31633-6 || || specified voice control address is invalid
| SCE_SFMT132049_ERROR_INVALID_SIZE || CE-31575-1 || 0x80490A02 || invalid size
|-
|-
| || CE-31634-7 || || specified voice control size is invalid
| SCE_SFMT216091_ERROR_INVALID_POINTER || CE-31576-2 || 0x80490B00 || invalid pointer argument
|-
|-
| || CE-31635-8 || || detected circular voice control
| SCE_SFMT216091_ERROR_INVALID_STATE || CE-31577-3 || 0x80490B01 || invalid state
|-
|-
| || CE-31636-9 || || voice resource is lack
| SCE_SFMT216091_ERROR_INVALID_SIZE || CE-31578-4 || 0x80490B02 || invalid size
|-
|-
| || CE-31637-0 || || the specified data format of wave form is invalid
| SCE_NGS2_ERROR_FAIL || CE-31579-5 || 0x804A0001 || fatal error
|-
|-
| || CE-31638-1 || || the specified type of wave form is invalid
| SCE_NGS2_ERROR_INVALID_MAX_GRAIN_SAMPLES || CE-31580-7 || 0x804A0050 || specified max grain samples is invalid
|-
|-
|  || CE-31639-2 ||  || the specified config data of wave form is invalid
|  || CE-31581-8 ||  || specified grain samples is invalid
|-
|-
|  || CE-31640-4 ||  || the specified sample rate of wave form is invalid
|  || CE-31582-9 ||  || the specified number of channel is invalid
|-
|-
|  || CE-31641-5 ||  || the specified frame offset or frame mergin is invalid
|  || CE-31583-0 ||  || specified out address is invalid
|-
|-
|  || CE-31642-6 ||  || the specified address of wave form is invalid
|  || CE-31584-1 ||  || specified out size is invalid
|-
|-
|  || CE-31643-7 ||  || the specified size of wave form is invalid
|  || CE-31585-2 ||  || specified option address is invalid
|-
|-
|  || CE-31644-8 ||  || the specified wave form data is invalid
|  || CE-31586-3 ||  || specified option size is invalid
|-
|-
|  || CE-31645-9 ||  || the specified curve of envelope is invalid
|  || CE-31587-4 ||  || specified system option flag is invalid
|-
|-
|  || CE-31646-0 ||  || the specified flag of peak meter is invalid
|  || CE-31588-5 ||  || specified max matrices is invalid
|-
|-
|  || CE-31647-1 ||  || the specified max chorus phases is invalid
|  || CE-31589-6 ||  || specified max ports is invalid
|-
|-
|  || CE-31648-2 ||  || the specified number of chorus phases is invalid
|  || CE-31590-8 ||  || specified max input delay blocks is invalid
|-
|-
|  || CE-31649-3 ||  || the specified curve of envelope is invalid
|  || CE-31591-9 ||  || specified max voices is invalid
|-
|-
|  || CE-31650-5 ||  || the specified type of filter is invalid
|  || CE-31592-0 ||  || specified max channels is invalid
|-
|-
|  || CE-31651-6 ||  || the specified location of filter is invalid
|  || CE-31593-1 ||  || specified max channels is invalid
|-
|-
|  || CE-31652-7 ||  || the specified cutoff frequency of filter is invalid
|  || CE-31594-2 ||  || specified max waveform blocks is invalid
|-
|-
|  || CE-31653-8 ||  || the specified parameter size of user fx is invalid
|  || CE-31595-3 ||  || specified max envelope points is invalid
|-
|-
|  || CE-31654-9 ||  || the specified index of matrix is invalid
|  || CE-31596-4 ||  || specified max filters is invalid
|-
|-
|  || CE-31655-0 ||  || the codec of specified wavefrom is invalid
|  || CE-31597-5 ||  || specified max codec caches is invalid
|-
|-
|  || CE-31656-1 ||  || the codec instance is not empty
|  || CE-31598-6 ||  || specified max atrac9 decoders is invalid
|-
|-
|  || CE-31657-2 ||  || the channel work of codec is not empty
|  || CE-31599-7 ||  || specified max atrac9 channel works is invalid
|-
|-
|  || CE-31658-3 ||  || failed to setup decoder
|  || CE-31600-0 ||  || specified max inputs is invalid
|-
|-
|  || CE-31659-4 ||  || failed to reset decoder
|  || CE-31601-1 ||  || the specified number of matrix level is invalid
|-
|-
|  || CE-31660-6 ||  || failed to decode
|  || CE-31602-2 ||  || the specified number of waveform block is invalid
|-
|-
|  || CE-31661-7 ||  || the specified reverb size is invalid
|  || CE-31603-3 ||  || the specified number of envelope points is invalid
|-
|-
|  || CE-31662-8 ||  || the specified unit angle is invalid
|  || CE-31604-4 ||  || the specified matrix level address is invalid
|-
|-
|  || CE-31663-9 ||  || the specified speaker angle is invalid
|  || CE-31605-5 ||  || the specified waveform block address is invalid
|-
|-
|  || CE-31664-0 ||  || the specified pan matrix format is invalid
|  || CE-31606-6 ||  || the specified envelope point address is invalid
|-
|-
|  || CE-31665-1 ||  || the specified pan work is invalid
|  || CE-31607-7 ||  || the specified number of peak meter block is invalid
|-
|-
|  || CE-31666-2 ||  || the specified pan param is invalid
|  || CE-31608-8 ||  || specified handle is invalid
|-
|-
|  || CE-31667-3 ||  || the specified module ID is invalid
|  || CE-31609-9 ||  || specified sample rate is invalid
|-
|-
|  || CE-31668-4 ||  || the specified number of module is invalid
|  || CE-31610-1 ||  || specified report type is invalid
|-
|-
|  || CE-31669-5 ||  || the specified number of module buffer is invalid
|  || CE-31611-2 ||  || specified report handler is invalid
|-
|-
|  || CE-31670-7 ||  || the specified module buffer ID is invalid
|  || CE-31612-3 ||  || specified report handle is invalid
|-
|-
|  || CE-31671-8 ||  || the specified module state offset is invalid
|  || CE-31613-4 ||  || report handle can not be registered
|-
|-
|  || CE-31672-9 ||  || the specified module state size is invalid
|  || CE-31614-5 ||  || specified buffer info is invalid
|-
|-
|  || CE-31673-0 ||  || the specified voice state size is invalid
|  || CE-31615-6 ||  || specified buffer address is invalid
|-
|-
|  || CE-31674-1 ||  || the specified module index is invalid
|  || CE-31616-7 ||  || specified buffer alignment is invalid
|-
|-
|  || CE-31675-2 ||  || the specified module info size is invalid
|  || CE-31617-8 ||  || specified buffer size is invalid
|-
|-
|  || CE-31695-4 ||  || The system has already initialized
|  || CE-31618-9 ||  || specified buffer allocator is invalid
|-
|-
|  || CE-31696-5 ||  || The system has not been initialized
|  || CE-31619-0 ||  || system buffer is broken
|-
|-
|  || CE-31697-6 ||  || An argument is invalid
|  || CE-31620-2 ||  || buffer is lack
|-
|-
|  || CE-31698-7 ||  || The alignment of a parameter is invalid
|  || CE-31621-3 ||  || specified system handle is invalid
|-
|-
|  || CE-31699-8 ||  || The system ran out of memory
|  || CE-31622-4 ||  || specified Rack ID is invalid
|-
|-
|  || CE-31700-1 ||  || The feature is unsupported
|  || CE-31623-5 ||  || specified Rack handle is invalid
|-
|-
|  || CE-31701-2 ||  || A network error occurred
|  || CE-31624-6 ||  || specified voice handle is invalid
|-
|-
|  || CE-31702-3 ||  || The network is not owned by this system
|  || CE-31625-7 ||  || specified voice is uninitialized
|-
|-
|  || CE-31703-4 ||  || An agent has the incorrect definition
|  || CE-31626-8 ||  || specified voice index is invalid
|-
|-
|  || CE-31704-5 ||  || The server is not connected
|  || CE-31627-9 ||  || specified voice event is invalid
|-
|-
|  || CE-31705-6 ||  || A capture is already in progress
|  || CE-31628-0 ||  || specified port index is invalid
|-
|-
|  || CE-31706-7 ||  || The server has run out of bookmarks to allocate
|  || CE-31629-1 ||  || specified patch parameter is invalid
|-
|-
|  || CE-31707-8 ||  || The server connection has timed out
|  || CE-31630-3 ||  || channel work is lack
|-
|-
|  || CE-31708-9 ||  || The voice library has not been initialized.
|  || CE-31631-4 ||  || voice resource is lack
|-
|-
|  || CE-31709-0 ||  || The voice library has already been initialized.
|  || CE-31632-5 ||  || specified voice control ID is invalid
|-
|-
|  || CE-31710-2 ||  || Errors that belong to non-voice APIs.
|  || CE-31633-6 ||  || specified voice control address is invalid
|-
|-
|  || CE-31711-3 ||  || Invalid port.
|  || CE-31634-7 ||  || specified voice control size is invalid
|-
|-
|  || CE-31712-4 ||  || Invalid argument.
|  || CE-31635-8 ||  || detected circular voice control
|-
|-
|  || CE-31713-5 ||  || Invalid memory block.
|  || CE-31636-9 ||  || voice resource is lack
|-
|-
|  || CE-31714-6 ||  || Topology error.
|  || CE-31637-0 ||  || the specified data format of wave form is invalid
|-
|-
|  || CE-31715-7 ||  || Insufficient resources.
|  || CE-31638-1 ||  || the specified type of wave form is invalid
|-
|-
|  || CE-31716-8 ||  || Library internal voice service is detached.
|  || CE-31639-2 ||  || the specified config data of wave form is invalid
|-
|-
|  || CE-31717-9 ||  || Library internal voice service is attached.
|  || CE-31640-4 ||  || the specified sample rate of wave form is invalid
|-
|-
|  || CE-31718-0 ||  || The VoiceQoS library has not been initialized.
|  || CE-31641-5 ||  || the specified frame offset or frame mergin is invalid
|-
|-
|  || CE-31719-1 ||  || An invalid argument was given to a VoiceQoS library
|  || CE-31642-6 ||  || the specified address of wave form is invalid
|-
|-
|  || CE-31720-3 ||  || An invalid packet was given to a VoiceQoS library
|  || CE-31643-7 ||  || the specified size of wave form is invalid
|-
|-
|  || CE-31721-4 ||  || An unrecoverable internal error occurred in the VoiceQoS library.
|  || CE-31644-8 ||  || the specified wave form data is invalid
|-
|-
|  || CE-31722-5 ||  || The VoiceQoS library has already been initialized.
|  || CE-31645-9 ||  || the specified curve of envelope is invalid
|-
|-
|  || CE-31723-6 ||  || A system error occurred in the VoiceQoS library.
|  || CE-31646-0 ||  || the specified flag of peak meter is invalid
|-
|-
|  || CE-31724-7 ||  || A resource limit error occurred in the VoiceQoS library.
|  || CE-31647-1 ||  || the specified max chorus phases is invalid
|-
|-
|  || CE-32566-2 ||  || The specified pointer is NULL.
|  || CE-31648-2 ||  || the specified number of chorus phases is invalid
|-
|-
|  || CE-32567-3 ||  || There is an alignment error in the specified pointer.
|  || CE-31649-3 ||  || the specified curve of envelope is invalid
|-
|-
|  || CE-32568-4 ||  || The specified value is not within the accepted range.
|  || CE-31650-5 ||  || the specified type of filter is invalid
|-
|-
|  || CE-32569-5 ||  || The specified parameter is invalid.
|  || CE-31651-6 ||  || the specified location of filter is invalid
|-
|-
|  || CE-32570-7 ||  || The caller is attempting to perform an unauthorized operation.
|  || CE-31652-7 ||  || the specified cutoff frequency of filter is invalid
|-
|-
|  || CE-32571-8 ||  || The fiber state does not allow that operation.
|  || CE-31653-8 ||  || the specified parameter size of user fx is invalid
|-
|-
|  || CE-32572-9 ||  || Tried to load an unknown PRX
|  || CE-31654-9 ||  || the specified index of matrix is invalid
|-
|-
|  || CE-32573-0 ||  || Tried to unload a PRX that is already unloaded or the module is not loaded
|  || CE-31655-0 ||  || the codec of specified wavefrom is invalid
|-
|-
|  || CE-32574-1 ||  || Function call failed
|  || CE-31656-1 ||  || the codec instance is not empty
|-
|-
|  || CE-32575-2 ||  || Specified argument value is invalid
|  || CE-31657-2 ||  || the channel work of codec is not empty
|-
|-
|  || CE-32576-3 ||  || Specified profile is invalid
|  || CE-31658-3 ||  || failed to setup decoder
|-
|-
|  || CE-32577-4 ||  || Specified source buffer is invalid
|  || CE-31659-4 ||  || failed to reset decoder
|-
|-
|  || CE-32578-5 ||  || Specified source buffer is insufficient
|  || CE-31660-6 ||  || failed to decode
|-
|-
|  || CE-32579-6 ||  || Source encoding determined to be invalid
|  || CE-31661-7 ||  || the specified reverb size is invalid
|-
|-
|  || CE-32580-8 ||  || Illegal character code detected in source character code
|  || CE-31662-8 ||  || the specified unit angle is invalid
|-
|-
|  || CE-32581-9 ||  || Code points in output destination encoding scheme are not defined
|  || CE-31663-9 ||  || the specified speaker angle is invalid
|-
|-
|  || CE-32582-0 ||  || Character outside the representable code range of the output destination encoding scheme is detected
|  || CE-31664-0 ||  || the specified pan matrix format is invalid
|-
|-
|  || CE-32583-1 ||  || Output destination buffer is invalid
|  || CE-31665-1 ||  || the specified pan work is invalid
|-
|-
|  || CE-32584-2 ||  || Output destination buffer is insufficient
|  || CE-31666-2 ||  || the specified pan param is invalid
|-
|-
|  || CE-32585-3 ||  || Specified memory address is invalid
|  || CE-31667-3 ||  || the specified module ID is invalid
|-
|-
|  || CE-32586-4 ||  || Specified memory size is invalid
|  || CE-31668-4 ||  || the specified number of module is invalid
|-
|-
|  || CE-32587-5 ||  || Specified parameter is invalid
|  || CE-31669-5 ||  || the specified number of module buffer is invalid
|-
|-
|  || CE-32588-6 ||  || Specified handle is invalid
|  || CE-31670-7 ||  || the specified module buffer ID is invalid
|-
|-
|  || CE-32589-7 ||  || Specified coefficient memory is invalid
|  || CE-31671-8 ||  || the specified module state offset is invalid
|-
|-
|  || CE-32590-9 ||  || Work memory in the decoder is invalid
|  || CE-31672-9 ||  || the specified module state size is invalid
|-
|-
|  || CE-32591-0 ||  || Invalid JPEG image (non-standard)
|  || CE-31673-0 ||  || the specified voice state size is invalid
|-
|-
|  || CE-32592-1 ||  || JPEG image is not supported by the decoder
|  || CE-31674-1 ||  || the specified module index is invalid
|-
|-
|  || CE-32593-2 ||  || Decoding error
|  || CE-31675-2 ||  || the specified module info size is invalid
|-
|-
|  || CE-32594-3 ||  || Internal error
|  || CE-31695-4 ||  || The system has already initialized
|-
|-
|  || CE-32595-4 ||  || Specified memory address is invalid
|  || CE-31696-5 ||  || The system has not been initialized
|-
|-
|  || CE-32596-5 ||  || Specified memory size is invalid
|  || CE-31697-6 ||  || An argument is invalid
|-
|-
|  || CE-32597-6 ||  || Specified parameter is invalid
|  || CE-31698-7 ||  || The alignment of a parameter is invalid
|-
|-
|  || CE-32598-7 ||  || Specified handle is invalid
|  || CE-31699-8 ||  || The system ran out of memory
|-
|-
|  || CE-32599-8 ||  || Encoding was aborted due to an overflow upon outputting the JPEG image
|  || CE-31700-1 ||  || The feature is unsupported
|-
|-
|  || CE-32600-1 ||  || Internal error
|  || CE-31701-2 ||  || A network error occurred
|-
|-
|  || CE-32601-2 ||  || Specified memory address is invalid
|  || CE-31702-3 ||  || The network is not owned by this system
|-
|-
|  || CE-32602-3 ||  || Specified memory size is invalid
|  || CE-31703-4 ||  || An agent has the incorrect definition
|-
|-
|  || CE-32603-4 ||  || Specified parameter is invalid
|  || CE-31704-5 ||  || The server is not connected
|-
|-
|  || CE-32604-5 ||  || Specified handle is invalid
|  || CE-31705-6 ||  || A capture is already in progress
|-
|-
|  || CE-32605-6 ||  || Work memory in the decoder is invalid
|  || CE-31706-7 ||  || The server has run out of bookmarks to allocate
|-
|-
|  || CE-32606-7 ||  || Invalid PNG image (non-standard)
|  || CE-31707-8 ||  || The server connection has timed out
|-
|-
|  || CE-32607-8 ||  || PNG image is not supported by the decoder
|  || CE-31708-9 ||  || The voice library has not been initialized.
|-
|-
|  || CE-32608-9 ||  || Decoding error
|  || CE-31709-0 ||  || The voice library has already been initialized.
|-
|-
|  || CE-32609-0 ||  || Internal error
|  || CE-31710-2 ||  || Errors that belong to non-voice APIs.
|-
|-
|  || CE-32610-2 ||  || Specified memory address is invalid
|  || CE-31711-3 ||  || Invalid port.
|-
|-
|  || CE-32611-3 ||  || Specified memory size is invalid
|  || CE-31712-4 ||  || Invalid argument.
|-
|-
|  || CE-32612-4 ||  || Specified parameter is invalid
|  || CE-31713-5 ||  || Invalid memory block.
|-
|-
|  || CE-32613-5 ||  || Specified handle is invalid
|  || CE-31714-6 ||  || Topology error.
|-
|-
|  || CE-32614-6 ||  || Encoding was aborted due to an overflow upon outputting the PNG image
|  || CE-31715-7 ||  || Insufficient resources.
|-
|-
|  || CE-32615-7 ||  || Internal error
|  || CE-31716-8 ||  || Library internal voice service is detached.
|-
|-
|  || CE-32616-8 ||  || invalid parameter specified
|  || CE-31717-9 ||  || Library internal voice service is attached.
|-
|-
|  || CE-32617-9 ||  || the requested operation has failed
|  || CE-31718-0 ||  || The VoiceQoS library has not been initialized.
|-
|-
|  || CE-32618-0 ||  || memory allocation has failed
|  || CE-31719-1 ||  || An invalid argument was given to a VoiceQoS library
|-
|-
|  || CE-32619-1 ||  || requested operation is not supported
|  || CE-31720-3 ||  || An invalid packet was given to a VoiceQoS library
|-
|-
|  || CE-32620-3 ||  || event notification that the file is non-interleaved
|  || CE-31721-4 ||  || An unrecoverable internal error occurred in the VoiceQoS library.
|-
|-
|  || CE-32621-4 ||  || event notification that the stream is looping back
|  || CE-31722-5 ||  || The VoiceQoS library has already been initialized.
|-
|-
|  || CE-32622-5 ||  || event notification of stream encrypted using Marlin
|  || CE-31723-6 ||  || A system error occurred in the VoiceQoS library.
|-
|-
|  || CE-32623-6 ||  || event notification of stream encrypted using PlayReady
|  || CE-31724-7 ||  || A resource limit error occurred in the VoiceQoS library.
|-
|-
|  || CE-32624-7 ||  || event notification of stream encrypted using AES
|  || CE-32539-2 ||  || Failed to read the data // If the error occurs when backing up and restoring data, check that the USB drive is properly connected to the console and try again.
 
If the error occurs when reading the save data, copy the data to PS Plus online storage or to a USB drive and then download it to the console. If the problem still persists, delete the relevant application and install it again. Try creating new save data.
|-
|-
|  || CE-32625-8 ||  || event notification of stream encrypted using other encryption technology
|  || CE-32566-2 ||  || The specified pointer is NULL.
|-
|-
|  || CE-32665-2 ||  || internal error
|  || CE-32567-3 ||  || There is an alignment error in the specified pointer.
|-
|-
|  || CE-32666-3 ||  || Specified codec type is invalid
|  || CE-32568-4 ||  || The specified value is not within the accepted range.
|-
|-
|  || CE-32667-4 ||  || Specified argument is invalid
|  || CE-32569-5 ||  || The specified parameter is invalid.
|-
|-
|  || CE-32668-5 ||  || size of structure is invalid
|  || CE-32570-7 ||  || The caller is attempting to perform an unauthorized operation.
|-
|-
|  || CE-32669-6 ||  || size of AudiodecParam* structure is invalid
|  || CE-32571-8 ||  || The fiber state does not allow that operation.
|-
|-
|  || CE-32670-8 ||  || size of Audiodec*Info structure is invalid
|  || CE-32572-9 ||  || Tried to load an unknown PRX
|-
|-
|  || CE-32671-9 ||  || size of AudiodecAuInfo structure is invalid
|  || CE-32573-0 ||  || Tried to unload a PRX that is already unloaded or the module is not loaded
|-
|-
|  || CE-32672-0 ||  || size of AudiodecPcmItem structure is invalid
|  || CE-32574-1 ||  || Function call failed
|-
|-
|  || CE-32673-1 ||  || Specified invalid pointer of AudiodecCtrl
|  || CE-32575-2 ||  || Specified argument value is invalid
|-
|-
|  || CE-32674-2 ||  || Specified invalid pointer of pParam
|  || CE-32576-3 ||  || Specified profile is invalid
|-
|-
|  || CE-32675-3 ||  || Specified invalid pointer of pBsiInfo
|  || CE-32577-4 ||  || Specified source buffer is invalid
|-
|-
|  || CE-32676-4 ||  || Specified invalid pointer of pAuInfo
|  || CE-32578-5 ||  || Specified source buffer is insufficient
|-
|-
|  || CE-32677-5 ||  || Specified invalid pointer of pPcmItem
|  || CE-32579-6 ||  || Source encoding determined to be invalid
|-
|-
|  || CE-32678-6 ||  || Specified invalid pAuAddr
|  || CE-32580-8 ||  || Illegal character code detected in source character code
|-
|-
|  || CE-32679-7 ||  || Specified invalid pPcmAddr
|  || CE-32581-9 ||  || Code points in output destination encoding scheme are not defined
|-
|-
|  || CE-32680-9 ||  || Specified invalid handle
|  || CE-32582-0 ||  || Character outside the representable code range of the output destination encoding scheme is detected
|-
|-
|  || CE-32681-0 ||  || Specified invalid word length
|  || CE-32583-1 ||  || Output destination buffer is invalid
|-
|-
|  || CE-32682-1 ||  || Specified invalid uiAuSize
|  || CE-32584-2 ||  || Output destination buffer is insufficient
|-
|-
|  || CE-32683-2 ||  || Specified invalid uiPcmSize
|  || CE-32585-3 ||  || Specified memory address is invalid
|-
|-
|  || CE-32684-3 ||  || Specified invalid raw data output sampling frequency of MPEG4-AAC
|  || CE-32586-4 ||  || Specified memory size is invalid
|-
|-
|  || CE-32685-4 ||  || Specified invalid HE-AAC decoding flag of MPEG4-AAC
|  || CE-32587-5 ||  || Specified parameter is invalid
|-
|-
|  || CE-32686-5 ||  || Specified invalid header type of MPEG4-AAC
|  || CE-32588-6 ||  || Specified handle is invalid
|-
|-
|  || CE-32687-6 ||  || Specified invalid maximum number of channels of MPEG4-AAC
|  || CE-32589-7 ||  || Specified coefficient memory is invalid
|-
|-
|  || CE-32688-7 ||  || Specified invalid karaoke capable reproduction mode of Dolby Digital
|  || CE-32590-9 ||  || Work memory in the decoder is invalid
|-
|-
|  || CE-32689-8 ||  || Specified invalid dynamic range compression mode of Dolby Digital
|  || CE-32591-0 ||  || Invalid JPEG image (non-standard)
|-
|-
|  || CE-32690-0 ||  || Specified invalid LFE channel output mode of Dolby Digital
|  || CE-32592-1 ||  || JPEG image is not supported by the decoder
|-
|-
|  || CE-32691-1 ||  || Specified invalid output channel configuration of Dolby Digital
|  || CE-32593-2 ||  || Decoding error
|-
|-
|  || CE-32692-2 ||  || Specified invalid number of output channels of Dolby Digital
|  || CE-32594-3 ||  || Internal error
|-
|-
|  || CE-32693-3 ||  || Specified invalid output PCM samples scale factor of Dolby Digital
|  || CE-32595-4 ||  || Specified memory address is invalid
|-
|-
|  || CE-32694-4 ||  || Specified invalid stereo mode of Dolby Digital
|  || CE-32596-5 ||  || Specified memory size is invalid
|-
|-
|  || CE-32695-5 ||  || Specified invalid dual mono reproduction mode of Dolby Digital
|  || CE-32597-6 ||  || Specified parameter is invalid
|-
|-
|  || CE-32696-6 ||  || Specified invalid high frequency dynamic cut scale factor of Dolby Digital
|  || CE-32598-7 ||  || Specified handle is invalid
|-
|-
|  || CE-32697-7 ||  || Specified invalid low frequency dynamic boost scale factor of Dolby Digital
|  || CE-32599-8 ||  || Encoding was aborted due to an overflow upon outputting the JPEG image
|-
|-
|  || CE-32698-8 ||  || Specified invalid output channel routing of Dolby Digital
|  || CE-32600-1 ||  || Internal error
|-
|-
|  || CE-32699-9 ||  || Specified invalid downmix flag of MPEG2-BC
|  || CE-32601-2 ||  || Specified memory address is invalid
|-
|-
|  || CE-32700-2 ||  || Specified invalid ConfigData of ATRAC9
|  || CE-32602-3 ||  || Specified memory size is invalid
|-
|-
|  || CE-32701-3 ||  || Specified invalid presentationMode of Dolby TrueHD
|  || CE-32603-4 ||  || Specified parameter is invalid
|-
|-
|  || CE-32702-4 ||  || Specified invalid lossless of Dolby TrueHD
|  || CE-32604-5 ||  || Specified handle is invalid
|-
|-
|  || CE-32703-5 ||  || Specified invalid drcEnable of Dolby TrueHD
|  || CE-32605-6 ||  || Work memory in the decoder is invalid
|-
|-
|  || CE-32704-6 ||  || Specified invalid drcCut of Dolby TrueHD
|  || CE-32606-7 ||  || Invalid PNG image (non-standard)
|-
|-
|  || CE-32705-7 ||  || Specified invalid drcBoost of Dolby TrueHD
|  || CE-32607-8 ||  || PNG image is not supported by the decoder
|-
|-
|  || CE-32706-8 ||  || Specified invalid nFrameDecode of Dolby TrueHD
|  || CE-32608-9 ||  || Decoding error
|-
|-
|  || CE-32707-9 ||  || The specified pointer is NULL.
|  || CE-32609-0 ||  || Internal error
|-
|-
|  || CE-32708-0 ||  || The alignment restrictions are not met.
|  || CE-32610-2 ||  || Specified memory address is invalid
|-
|-
|  || CE-32709-1 ||  || The specified value is out of range.
|  || CE-32611-3 ||  || Specified memory size is invalid
|-
|-
|  || CE-32710-3 ||  || The specified argument value is invalid.
|  || CE-32612-4 ||  || Specified parameter is invalid
|-
|-
|  || CE-32711-4 ||  || This is an unauthorized operation.
|  || CE-32613-5 ||  || Specified handle is invalid
|-
|-
|  || CE-32712-5 ||  || The current state does not allow application of this operation.
|  || CE-32614-6 ||  || Encoding was aborted due to an overflow upon outputting the PNG image
|-
|-
|  || CE-32713-6 ||  || The resource cannot be used.
|  || CE-32615-7 ||  || Internal error
|-
|-
|  || CE-32714-7 ||  || Execution of this operation is temporarily not possible.
|  || CE-32616-8 ||  || invalid parameter specified
|-
|-
|  || CE-32715-8 ||  || A fatal error occurred.
|  || CE-32617-9 ||  || the requested operation has failed
|-
|-
|  || CE-32716-9 ||  || This library is not initialized.
|  || CE-32618-0 ||  || memory allocation has failed
|-
|-
|  || CE-32717-0 ||  || Not implemented
|  || CE-32619-1 ||  || requested operation is not supported
|-
|-
|  || CE-32718-1 ||  || Out of memory in opStorage
|  || CE-32620-3 ||  || event notification that the file is non-interleaved
|-
|-
|  || CE-32719-2 ||  || Out of memory in fhStorage
|  || CE-32621-4 ||  || event notification that the stream is looping back
|-
|-
|  || CE-32720-4 ||  || Out of memory in dhStorage
|  || CE-32622-5 ||  || event notification of stream encrypted using Marlin
|-
|-
|  || CE-32721-5 ||  || Out of memory in chunkStorage
|  || CE-32623-6 ||  || event notification of stream encrypted using PlayReady
|-
|-
|  || CE-32722-6 ||  || File not found
|  || CE-32624-7 ||  || event notification of stream encrypted using AES
|-
|-
|  || CE-32723-7 ||  || An invalid pointer was given as an argument
|  || CE-32625-8 ||  || event notification of stream encrypted using other encryption technology
|-
|-
|  || CE-32724-8 ||  || An invalid offset was given as an argument
|  || CE-32665-2 ||  || internal error
|-
|-
|  || CE-32725-9 ||  || An invalid size was given as an argument
|  || CE-32666-3 ||  || Specified codec type is invalid
|-
|-
|  || CE-32726-0 ||  || An invalid iovcnt was given as an argument
|  || CE-32667-4 ||  || Specified argument is invalid
|-
|-
|  || CE-32727-1 ||  || An invalid FiosOp was given as an argument
|  || CE-32668-5 ||  || size of structure is invalid
|-
|-
|  || CE-32728-2 ||  || An invalid FiosFH was given as an argument
|  || CE-32669-6 ||  || size of AudiodecParam* structure is invalid
|-
|-
|  || CE-32729-3 ||  || An invalid FiosDH was given as an argument
|  || CE-32670-8 ||  || size of Audiodec*Info structure is invalid
|-
|-
|  || CE-32730-5 ||  || Invalid alignment on a pointer argument
|  || CE-32671-9 ||  || size of AudiodecAuInfo structure is invalid
|-
|-
|  || CE-32731-6 ||  || Attempted a file operation but target was a directory
|  || CE-32672-0 ||  || size of AudiodecPcmItem structure is invalid
|-
|-
|  || CE-32732-7 ||  || Attempted a directory operation but target was a file
|  || CE-32673-1 ||  || Specified invalid pointer of AudiodecCtrl
|-
|-
|  || CE-32733-8 ||  || End-of-file reached
|  || CE-32674-2 ||  || Specified invalid pointer of pParam
|-
|-
|  || CE-32734-9 ||  || Timeout occurred
|  || CE-32675-3 ||  || Specified invalid pointer of pBsiInfo
|-
|-
|  || CE-32735-0 ||  || Operation was cancelled
|  || CE-32676-4 ||  || Specified invalid pointer of pAuInfo
|-
|-
|  || CE-32736-1 ||  || Insufficient access privileges
|  || CE-32677-5 ||  || Specified invalid pointer of pPcmItem
|-
|-
|  || CE-32737-2 ||  || Decompression failed
|  || CE-32678-6 ||  || Specified invalid pAuAddr
|-
|-
|  || CE-32738-3 ||  || Attempted to write to read-only filehandle or media
|  || CE-32679-7 ||  || Specified invalid pPcmAddr
|-
|-
|  || CE-32739-4 ||  || Attempted to read from write-only filehandle
|  || CE-32680-9 ||  || Specified invalid handle
|-
|-
|  || CE-32740-6 ||  || Media has been removed unplugged or otherwise detached
|  || CE-32681-0 ||  || Specified invalid word length
|-
|-
|  || CE-32741-7 ||  || Path does not fit in buffer
|  || CE-32682-1 ||  || Specified invalid uiAuSize
|-
|-
|  || CE-32742-8 ||  || Too many overlays
|  || CE-32683-2 ||  || Specified invalid uiPcmSize
|-
|-
|  || CE-32743-9 ||  || An invalid overlay was given as an argument
|  || CE-32684-3 ||  || Specified invalid raw data output sampling frequency of MPEG4-AAC
|-
|-
|  || CE-32744-0 ||  || An invalid order was given as an argument
|  || CE-32685-4 ||  || Specified invalid HE-AAC decoding flag of MPEG4-AAC
|-
|-
|  || CE-32745-1 ||  || An invalid index was given. Either out of range or already in use
|  || CE-32686-5 ||  || Specified invalid header type of MPEG4-AAC
|-
|-
|  || CE-32746-2 ||  || Callback did not handle the event
|  || CE-32687-6 ||  || Specified invalid maximum number of channels of MPEG4-AAC
|-
|-
|  || CE-32747-3 ||  || A FiosDHRead is already pending on this FiosDH
|  || CE-32688-7 ||  || Specified invalid karaoke capable reproduction mode of Dolby Digital
|-
|-
|  || CE-32748-4 ||  || Badly-formed or unsupported PSARC archive
|  || CE-32689-8 ||  || Specified invalid dynamic range compression mode of Dolby Digital
|-
|-
|  || CE-32749-5 ||  || An invalid Resolve Type was given when resolving overlays
|  || CE-32690-0 ||  || Specified invalid LFE channel output mode of Dolby Digital
|-
|-
|  || CE-32750-7 ||  || Invalid flags were given as an argument
|  || CE-32691-1 ||  || Specified invalid output channel configuration of Dolby Digital
|-
|-
|  || CE-32751-8 ||  || An unknown platform-specific error occurred
|  || CE-32692-2 ||  || Specified invalid number of output channels of Dolby Digital
|-
|-
|  || CE-32752-9 ||  || The file or directory already exists
|  || CE-32693-3 ||  || Specified invalid output PCM samples scale factor of Dolby Digital
|-
|-
|  || CE-32753-0 ||  || Invalid Character
|  || CE-32694-4 ||  || Specified invalid stereo mode of Dolby Digital
|-
|-
|  || CE-32754-1 ||  || No Memory
|  || CE-32695-5 ||  || Specified invalid dual mono reproduction mode of Dolby Digital
|-
|-
|  || CE-32755-2 ||  || File Not Found
|  || CE-32696-6 ||  || Specified invalid high frequency dynamic cut scale factor of Dolby Digital
|-
|-
|  || CE-32756-3 ||  || Set Value No Root
|  || CE-32697-7 ||  || Specified invalid low frequency dynamic boost scale factor of Dolby Digital
|-
|-
|  || CE-32757-4 ||  || Not Initialize
|  || CE-32698-8 ||  || Specified invalid output channel routing of Dolby Digital
|-
|-
|  || CE-32758-5 ||  || Multiple Init
|  || CE-32699-9 ||  || Specified invalid downmix flag of MPEG2-BC
|-
|-
 
|  || CE-32700-2 ||  || Specified invalid ConfigData of ATRAC9
|  || CE-32759-6 ||  || Generic error
|-
|-
|  || CE-32760-8 ||  || Failed to assign memory
|  || CE-32701-3 ||  || Specified invalid presentationMode of Dolby TrueHD
|-
|-
|  || CE-32761-9 ||  || Not initialized yet
|  || CE-32702-4 ||  || Specified invalid lossless of Dolby TrueHD
|-
|-
|  || CE-32762-0 ||  || Invalid argument
|  || CE-32703-5 ||  || Specified invalid drcEnable of Dolby TrueHD
|-
|-
|  || CE-32763-1 ||  || Not Supported
|  || CE-32704-6 ||  || Specified invalid drcCut of Dolby TrueHD
|-
|-
|  || CE-32764-2 ||  || Initialize Failed
|  || CE-32705-7 ||  || Specified invalid drcBoost of Dolby TrueHD
|-
|-
|  || CE-32765-3 ||  || Invalid Binary Data
|  || CE-32706-8 ||  || Specified invalid nFrameDecode of Dolby TrueHD
|-
|-
|  || CE-32766-4 ||  || Busy Parser
|  || CE-32707-9 ||  || The specified pointer is NULL.
|-
|-
|  || CE-32767-5 ||  || Unexpected EOF
|  || CE-32708-0 ||  || The alignment restrictions are not met.
|-
|-
|  || CE-32768-6 ||  || Syntax Eroor XML
|  || CE-32709-1 ||  || The specified value is out of range.
|-
|-
|  || CE-32769-7 ||  || Mismatch End Tag
|  || CE-32710-3 ||  || The specified argument value is invalid.
|-
|-
|  || CE-32770-9 ||  || Invalid Charactor
|  || CE-32711-4 ||  || This is an unauthorized operation.
|-
|-
|  || CE-32771-0 ||  || Invalid DEC Value
|  || CE-32712-5 ||  || The current state does not allow application of this operation.
|-
|-
|  || CE-32772-1 ||  || Invalid HEX Value
|  || CE-32713-6 ||  || The resource cannot be used.
|-
|-
|  || CE-32773-2 ||  || Closing Angle Bracket Char Not Found
|  || CE-32714-7 ||  || Execution of this operation is temporarily not possible.
|-
|-
|  || CE-32774-3 ||  || Equality Char Not Found
|  || CE-32715-8 ||  || A fatal error occurred.
|-
|-
|  || CE-32775-4 ||  || Semicolon Char Not Found
|  || CE-32716-9 ||  || This library is not initialized.
|-
|-
|  || CE-32776-5 ||  || Quote Char Not Found
|  || CE-32717-0 ||  || Not implemented
|-
|-
|  || CE-32777-6 ||  || Comment Not Found
|  || CE-32718-1 ||  || Out of memory in opStorage
|-
|-
|  || CE-32778-7 ||  || End Of CDATA Not Found
|  || CE-32719-2 ||  || Out of memory in fhStorage
|-
|-
|  || CE-32779-8 ||  || End Of DTD Not Found
|  || CE-32720-4 ||  || Out of memory in dhStorage
|-
|-
|  || CE-32780-0 ||  || Unknown Encoding
|  || CE-32721-5 ||  || Out of memory in chunkStorage
|-
|-
|  || CE-32781-1 ||  || Not Set Handler
|  || CE-32722-6 ||  || File not found
|-
|-
|  || CE-32782-2 ||  || Invalid PI
|  || CE-32723-7 ||  || An invalid pointer was given as an argument
|-
|-
|  || CE-32783-3 ||  || Invalid Document Element
|  || CE-32724-8 ||  || An invalid offset was given as an argument
|-
|-
|  || CE-32784-4 ||  || Document Element Not Found
|  || CE-32725-9 ||  || An invalid size was given as an argument
|-
|-
|  || CE-32785-5 ||  || Duplicate Attr Name
|  || CE-32726-0 ||  || An invalid iovcnt was given as an argument
|-
|-
|  || CE-32786-6 ||  || DOM Error
|  || CE-32727-1 ||  || An invalid FiosOp was given as an argument
|-
|-
|  || CE-32787-7 ||  || DOM Node Not Found
|  || CE-32728-2 ||  || An invalid FiosFH was given as an argument
|-
|-
|  || CE-32788-8 ||  || DOM Read Only
|  || CE-32729-3 ||  || An invalid FiosDH was given as an argument
|-
|-
|  || CE-32789-9 ||  || DOM Max Unique Element
|  || CE-32730-5 ||  || Invalid alignment on a pointer argument
|-
|-
|  || CE-32790-1 ||  || DOM Max Unique Attribute
|  || CE-32731-6 ||  || Attempted a file operation but target was a directory
|-
|-
|  || CE-32791-2 ||  || DOM Max Num of Attribute
|  || CE-32732-7 ||  || Attempted a directory operation but target was a file
|-
|-
|  || CE-32792-3 ||  || DOM Max Size of Element Name
|  || CE-32733-8 ||  || End-of-file reached
|-
|-
|  || CE-32793-4 ||  || DOM Max Size of Attribute Name
|  || CE-32734-9 ||  || Timeout occurred
|-
|-
|  || CE-32794-5 ||  || DOM Max Size of Attribute Value
|  || CE-32735-0 ||  || Operation was cancelled
|-
|-
|  || CE-32795-6 ||  || DOM Invalid Entity
|  || CE-32736-1 ||  || Insufficient access privileges
|-
|-
|  || CE-32796-7 ||  || DOM Invalid Node Type
|  || CE-32737-2 ||  || Decompression failed
|-
|-
|  || CE-32807-0 ||  || License Error // Step 1: If you have previously activated the system as your Primary PS4, go to [Settings] > [PSN] > [Activate as Your Primary PS4], deactivate, and then reactivate. Step 2: Go to [Settings] > [PSN] > [Restore Licenses],and choose the restore option. Step 3: If the error occurs again, please try again later. [https://support.us.playstation.com/app/answers/detail/a_id/237/session/L2F2LzEvdGltZS8xMzg5OTk2OTQyL3NpZC9UQkNBSURLbA%3D%3D You can also check the status of the PSN here.]
|  || CE-32738-3 ||  || Attempted to write to read-only filehandle or media
|-
|-
|  || CE-32812-6 ||  || Not enough memory to run
|  || CE-32739-4 ||  || Attempted to read from write-only filehandle
|-
|-
|  || CE-32813-7 ||  || Parameter is invalid
|  || CE-32740-6 ||  || Media has been removed unplugged or otherwise detached
|-
|-
|  || CE-32814-8 ||  || Dictionary data is invalid
|  || CE-32741-7 ||  || Path does not fit in buffer
|-
|-
|  || CE-32815-9 ||  || Parts are incomplete
|  || CE-32742-8 ||  || Too many overlays
|-
|-
|  || CE-32816-0 ||  || Face angle is out of range
|  || CE-32743-9 ||  || An invalid overlay was given as an argument
|-
|-
|  || CE-32817-1 ||  || Face shape is imperfect
|  || CE-32744-0 ||  || An invalid order was given as an argument
|-
|-
|  || CE-32818-2 ||  || Error code indicating that Smart is not initialized yet.
|  || CE-32745-1 ||  || An invalid index was given. Either out of range or already in use
|-
|-
|  || CE-32819-3 ||  || Error code indicating that Smart failed to allocate memory.
|  || CE-32746-2 ||  || Callback did not handle the event
|-
|-
|  || CE-32820-5 ||  || Error code indicating that Smart is already initialized.
|  || CE-32747-3 ||  || A FiosDHRead is already pending on this FiosDH
|-
|-
|  || CE-32821-6 ||  || Error code indicating that Smart is not stoped yet.
|  || CE-32748-4 ||  || Badly-formed or unsupported PSARC archive
|-
|-
|  || CE-32822-7 ||  || Error code indicating that some of the resources are not yet
|  || CE-32749-5 ||  || An invalid Resolve Type was given when resolving overlays
|-
|-
|  || CE-32823-8 ||  || Error code indicating that the given value is invalid.
|  || CE-32750-7 ||  || Invalid flags were given as an argument
|-
|-
|  || CE-32824-9 ||  || Error code indicating that the given pointer is invalid.
|  || CE-32751-8 ||  || An unknown platform-specific error occurred
|-
|-
|  || CE-32825-0 ||  || Error code indicating that the input is already registered.
|  || CE-32752-9 ||  || The file or directory already exists
|-
|-
|  || CE-32826-1 ||  || Error code indicating that the input is not yet registered.
|  || CE-32753-0 ||  || Invalid Character
|-
|-
|  || CE-32827-2 ||  || Error code indicating that Smart is already started.
|  || CE-32754-1 ||  || No Memory
|-
|-
|  || CE-32828-3 ||  || Error code indicating that Smart is not started yet.
|  || CE-32755-2 ||  || File Not Found
|-
|-
|  || CE-32829-4 ||  || Error code indicating that Smart is not ready for the request.
|  || CE-32756-3 ||  || Set Value No Root
|-
|-
|  || CE-32830-6 ||  || Error code indicating that the given value/file is not
|  || CE-32757-4 ||  || Not Initialize
|-
|-
|  || CE-32831-7 ||  || Error code indicating that no target has been registered yet.
|  || CE-32758-5 ||  || Multiple Init
|-
|-
|  || CE-32832-8 ||  || Error code indicating that Smart is locked by other threads.
 
|  || CE-32759-6 ||  || Generic error
|-
|-
|  || CE-32833-9 ||  || Error code indicating that no target pack has been registered yet.
|  || CE-32760-8 ||  || Failed to assign memory
|-
|-
|  || CE-32834-0 ||  || Error code indicating that maximum number of registered target pack has been exceeded.
|  || CE-32761-9 ||  || Not initialized yet
|-
|-
|  || CE-32835-1 ||  || Specified memory address is invalid
|  || CE-32762-0 ||  || Invalid argument
|-
|-
|  || CE-32836-2 ||  || Specified memory size is invalid
|  || CE-32763-1 ||  || Not Supported
|-
|-
|  || CE-32837-3 ||  || invalid argument
|  || CE-32764-2 ||  || Initialize Failed
|-
|-
|  || CE-32838-4 ||  || invalid port
|  || CE-32765-3 ||  || Invalid Binary Data
|-
|-
|  || CE-32839-5 ||  || invalid handle
|  || CE-32766-4 ||  || Busy Parser
|-
|-
|  || CE-32840-7 ||  || already opened the port.
|  || CE-32767-5 ||  || Unexpected EOF
|-
|-
|  || CE-32841-8 ||  || library uninitialized.
|  || CE-32768-6 ||  || Syntax Eroor XML
|-
|-
|  || CE-32842-9 ||  || invalid light bar setting.
|  || CE-32769-7 ||  || Mismatch End Tag
|-
|-
|  || CE-32843-0 ||  || device is not connected of the handle.
|  || CE-32770-9 ||  || Invalid Charactor
|-
|-
|  || CE-32844-1 ||  || fatal error
|  || CE-32771-0 ||  || Invalid DEC Value
|-
|-
|  || CE-32845-2 ||  || Unknown error. This value should not be used.
|  || CE-32772-1 ||  || Invalid HEX Value
|-
|-
|  || CE-32846-3 ||  || The specified AJM context does not exist.
|  || CE-32773-2 ||  || Closing Angle Bracket Char Not Found
|-
|-
|  || CE-32847-4 ||  || The specified AJM instance does not exist.
|  || CE-32774-3 ||  || Equality Char Not Found
|-
|-
|  || CE-32848-5 ||  || The specified AJM batch does not exist.
|  || CE-32775-4 ||  || Semicolon Char Not Found
|-
|-
|  || CE-32849-6 ||  || An invalid parameter was passed.
|  || CE-32776-5 ||  || Quote Char Not Found
|-
|-
|  || CE-32850-8 ||  || Not enough memory to perform the operation.
|  || CE-32777-6 ||  || Comment Not Found
|-
|-
|  || CE-32851-9 ||  || Not enough resources to perform the operation.
|  || CE-32778-7 ||  || End Of CDATA Not Found
|-
|-
|  || CE-32852-0 ||  || The specified codec is not supported.
|  || CE-32779-8 ||  || End Of DTD Not Found
|-
|-
|  || CE-32853-1 ||  || The specified codec is already registered in the context
|  || CE-32780-0 ||  || Unknown Encoding
|-
|-
|  || CE-32854-2 ||  || The specified codec is not registered in the context.
|  || CE-32781-1 ||  || Not Set Handler
|-
|-
|  || CE-32855-3 ||  || The revision passed in the flags is not supported.
|  || CE-32782-2 ||  || Invalid PI
|-
|-
|  || CE-32856-4 ||  || One of the flags is not supported by the codec.
|  || CE-32783-3 ||  || Invalid Document Element
|-
|-
|  || CE-32857-5 ||  || The entity (instance codec...) is currently in use.
|  || CE-32784-4 ||  || Document Element Not Found
|-
|-
|  || CE-32858-6 ||  || The specified priority is invalid.
|  || CE-32785-5 ||  || Duplicate Attr Name
|-
|-
|  || CE-32859-7 ||  || The specified batch has not completed yet.
|  || CE-32786-6 ||  || DOM Error
|-
|-
|  || CE-32860-9 ||  || The operation cannot be performed at the moment.
|  || CE-32787-7 ||  || DOM Node Not Found
|-
|-
|  || CE-32861-0 ||  || The specified batch contains error.
|  || CE-32788-8 ||  || DOM Read Only
|-
|-
|  || CE-32862-1 ||  || One or more jobs failed to be added to the batch.
|  || CE-32789-9 ||  || DOM Max Unique Element
|-
|-
|  || CE-32863-2 ||  || The batch contains an invalid opcode.
|  || CE-32790-1 ||  || DOM Max Unique Attribute
|-
|-
|  || CE-32864-3 ||  || The batch references an instance that is already being processed in a batch of a different priority.
|  || CE-32791-2 ||  || DOM Max Num of Attribute
|-
|-
|  || CE-32865-4 ||  || The batch references a buffer that exceeds the allowed size.
|  || CE-32792-3 ||  || DOM Max Size of Element Name
|-
|-
|  || CE-32866-5 ||  || The batch references a buffer that is not accessible within this process.
|  || CE-32793-4 ||  || DOM Max Size of Attribute Name
|-
|-
|  || CE-32867-6 ||  ||  
|  || CE-32794-5 ||  || DOM Max Size of Attribute Value
|-
|-
|  || CE-32868-7 ||  ||  
|  || CE-32795-6 ||  || DOM Invalid Entity
|-
|-
|  || CE-32869-8 ||  || Application can not be started
|  || CE-32796-7 ||  || DOM Invalid Node Type
|-
|-
|  || CE-32883-4 ||  || Out of memory // Internal error // Turn off the PS4 and restart the system.
|  || CE-32807-0 ||  || License error // Step 1: If you have previously activated the system as your Primary PS4, go to [Settings] > [PSN] > [Activate as Your Primary PS4], deactivate, and then reactivate. Step 2: Go to [Settings] > [PSN] > [Restore Licenses],and choose the restore option. Step 3: If the error occurs again, try again later. [https://status.playstation.com You can also check the status of the PSN here.]
|-
|-
|  || CE-32884-5 ||  || Library not initialized
|  || CE-32809-2 ||  || Error occurred while launching the game (content not recognized and failed to launch) // Step 1: Launch the game on the account that was used to purchase it. Step 2: Activate console at [Settings] > [Account Management] > [Activate as Your Primary PS4]. If the console is already activated, de-activate it and activate it again. Step 3: If the error occurs on one specific game, delete it and reinstall it again.
|-
|-
|  || CE-32885-6 ||  || Library has already been initialized
|  || CE-32811-5 ||  || Could not the application. Application data on HDD may be partially corrupted.
|-
|-
|  || CE-32886-7 ||  || Specified data is broken
|  || CE-32812-6 ||  || Not enough memory to run
|-
|-
|  || CE-32887-8 ||  || Could not find specified element
|  || CE-32813-7 ||  || Parameter is invalid
|-
|-
|  || CE-32888-9 ||  || The format of the specified parameter was not appropriate
|  || CE-32814-8 ||  || Dictionary data is invalid
|-
|-
|  || CE-32889-0 ||  || Specified ID was not appropriate // Download has cancelled because the downloading of this content has previously been started and experienced an error. // Step 1: Go to [Notifications] > [Downloads] and check the content is on the list. Delete the content from [Options], and retry downloading the content from the Library. Step 2: If you fail downloading the content again, back up the data using USB device or PS+ online storage, and then go to Safe Mode to try 「4.Rebuild Database]. You can find more [https://support.us.playstation.com/app/answers/detail/a_id/5044/session/L2F2LzEvdGltZS8xMzg3NzExNzAwL3NpZC91QjhTZHNJbA%3D%3D information on Safe Mode here]. After the Rebuild Database is finished, bring back the data and retry your download from the Library. Step 3: If the error occurs again, go to [Settings] > [Initialization] > [Initialize PS4] and try the PS4 initialization.
|  || CE-32815-9 ||  || Parts are incomplete
|-
|-
|  || CE-32890-2 ||  || Specified parameter was not appropriate
|  || CE-32816-0 ||  || Face angle is out of range
|-
|-
|  || CE-32891-3 ||  || The size is out of predefined range
|  || CE-32817-1 ||  || Face shape is imperfect
|-
|-
|  || CE-32892-4 ||  || Unknown error
|  || CE-32818-2 ||  || Error code indicating that Smart is not initialized yet.
|-
|-
|  || CE-32893-5 ||  || Invalid certificate is specified
|  || CE-32819-3 ||  || Error code indicating that Smart failed to allocate memory.
|-
|-
|  || CE-32894-6 ||  || Common name check of server certificate failed
|  || CE-32820-5 ||  || Error code indicating that Smart is already initialized.
|-
|-
|  || CE-32895-7 ||  || Does not have certificate of RootCA that issued server certificate // An error has occured.
|  || CE-32821-6 ||  || Error code indicating that Smart is not stoped yet.
|-
|-
|  || CE-32896-8 ||  || Certificate validity period expired
|  || CE-32822-7 ||  || Error code indicating that some of the resources are not yet
|-
|-
|  || CE-32897-9 ||  || Before certificate validity period
|  || CE-32823-8 ||  || Error code indicating that the given value is invalid.
|-
|-
|  || CE-32898-0 ||  || Socket is in blocking state
|  || CE-32824-9 ||  || Error code indicating that the given pointer is invalid.
|-
|-
|  || CE-32899-1 ||  || Received a fatal alert message from server
|  || CE-32825-0 ||  || Error code indicating that the input is already registered.
|-
|-
|  || CE-32900-4 ||  || Called API with prohibited options
|  || CE-32826-1 ||  || Error code indicating that the input is not yet registered.
|-
|-
|  || CE-32901-5 ||  || Internal error
|  || CE-32827-2 ||  || Error code indicating that Smart is already started.
|-
|-
|  || CE-32902-6 ||  || Not initialized
|  || CE-32828-3 ||  || Error code indicating that Smart is not started yet.
|-
|-
|  || CE-32903-7 ||  || Already initialized
|  || CE-32829-4 ||  || Error code indicating that Smart is not ready for the request.
|-
|-
|  || CE-32904-8 ||  || Cannot allocate memory
|  || CE-32830-6 ||  || Error code indicating that the given value/file is not
|-
|-
|  || CE-32905-9 ||  || Invalid argument
|  || CE-32831-7 ||  || Error code indicating that no target has been registered yet.
|-
|-
|  || CE-32906-0 ||  || Operation not supported
|  || CE-32832-8 ||  || Error code indicating that Smart is locked by other threads.
|-
|-
|  || CE-32907-1 ||  || No events are available
|  || CE-32833-9 ||  || Error code indicating that no target pack has been registered yet.
|-
|-
|  || CE-32908-2 ||  || Not logged in
|  || CE-32834-0 ||  || Error code indicating that maximum number of registered target pack has been exceeded.
|-
|-
|  || CE-32909-3 ||  || Insufficient buffer space to store information
|  || CE-32835-1 ||  || Specified memory address is invalid
|-
|-
 
|  || CE-32836-2 ||  || Specified memory size is invalid
 
|  || CE-32920-6 ||  || Download cancelled because content does not need to be downloaded // Step 1: Select [OK] on the error message. Then go to [Settings] > [PSN] > [Restore License] and try restoring the licenses. Step 2: Next, go to the home screen to select the game icon. Check that the purchased item is available in the game. If you have purchased a subscription item (i.e. season pass), go to [Settings] > [PSN] > [Account Information] > [Services List] to see if the item has been activated. Step 3: If you cannot find the item, restart the PS4 system and try Step 2 again.
|-
|-
|  || CE-32921-7 ||  ||  
|  || CE-32837-3 ||  || invalid argument
|-
|-
|  || CE-32922-8 ||  ||  
|  || CE-32838-4 ||  || invalid port
|-
|-
|  || CE-32923-9 ||  ||  
|  || CE-32839-5 ||  || invalid handle
|-
|-
|  || CE-32924-0 ||  ||  
|  || CE-32840-7 ||  || already opened the port.
|-
|-
|  || CE-32925-1 ||  ||  
|  || CE-32841-8 ||  || library uninitialized.
|-
|-
|  || CE-32926-2 ||  ||  
|  || CE-32842-9 ||  || invalid light bar setting.
|-
|-
|  || CE-32927-3 ||  ||  
|  || CE-32843-0 ||  || device is not connected of the handle.
|-
|-
|  || CE-32928-4 ||  || Download has cancelled because the downloading of this content has previously been started and experienced an error. // Step 1: Go to [Notifications] > [Downloads] and check the content is on the list. Delete the content from [Options], and retry downloading the content from the Library. Step 2: If you fail downloading the content again, back up the data using USB device or PS+ online storage, and then go to Safe Mode to try 「4.Rebuild Database]. You can find more [https://support.us.playstation.com/app/answers/detail/a_id/5044/session/L2F2LzEvdGltZS8xMzg3NzExNzAwL3NpZC91QjhTZHNJbA%3D%3D information on Safe Mode here]. After the Rebuild Database is finished, bring back the data and retry your download from the Library. Step 3: If the error occurs again, go to [Settings] > [Initialization] > [Initialize PS4] and try the PS4 initialization.
|  || CE-32844-1 ||  || fatal error
|-
|-
|  || CE-32937-4 ||  || Failed to download data. // Step 1: Select "Retry" on the error message. Cancel download, and retry from the beginning. Step 2: Restart the PS4 and try your download again. Step 3: If the error persists, the network connection may be temporary busy or unstable. Cancel the download and retry after a while.
|  || CE-32845-2 ||  || Unknown error. This value should not be used.
|-
|-
|  || CE-32942-0 || || The extension of the URL specified with "Download a Package" > "Package URL" or the extension of content_url specified with content_list.json may not be .pkg/.PKG.
|  || CE-32846-3 || || The specified AJM context does not exist.
Check that the URL extension of the content is .pkg/.PKG
|-
|-
|  || CE-32943-1 || ||  
|  || CE-32847-4 || || The specified AJM instance does not exist.
|-
|-
|  || CE-32944-2 || ||  
|  || CE-32848-5 || || The specified AJM batch does not exist.
|-
|-
|  || CE-32945-3 || || The Content ID specified with "Download a Package" >"Content ID" or the id specified with content_list.json may not be matching the Content ID of the package file.
|  || CE-32849-6 || || An invalid parameter was passed.
Check the specification of "Download a Package" > "Content ID" and the Content ID of PARAM.SFO.
|-
|-
|  || CE-32946-4 || ||  
|  || CE-32850-8 || || Not enough memory to perform the operation.
|-
|-
|  || CE-32947-5 ||  || Could not download the file. // Step 1: Try the Internet connection test at [Settings] > [Network] > [Test Internet Connection]. Check that the internet status is valid. Step 2: Delete the content (if it is shown in content area), and try redownloading the content from Library. Step 3: If the error occurs again, please visit our [https://support.us.playstation.com/app/contact_options/session/L2F2LzEvdGltZS8xMzg5OTk2OTQyL3NpZC9UQkNBSURLbA%3D%3D Contact] page to contact SCEA for additional technical support.
|  || CE-32851-9 ||  || Not enough resources to perform the operation.
|-
|-
|  || CE-32957-6 || || The Content ID specified with "Download a Package" >"Content ID", the id specified with content_list.json, or the Content ID of the package file is of an invalid format.
|  || CE-32852-0 || || The specified codec is not supported.
Check the specified Content ID and the Content ID of PARAM.SFO.
|-
|-
|  || CE-32958-7 ||  || Application could not be started
|  || CE-32853-1 ||  || The specified codec is already registered in the context
|-
|-
|  || CE-33069-1 ||  || Canceled
|  || CE-32854-2 ||  || The specified codec is not registered in the context.
|-
|-
|  || CE-33070-3 ||  || Not Accept
|  || CE-32855-3 ||  || The revision passed in the flags is not supported.
|-
|-
|  || CE-33071-4 ||  || Busy
|  || CE-32856-4 ||  || One of the flags is not supported by the codec.
|-
|-
|  || CE-33072-5 ||  || No Initialize
|  || CE-32857-5 ||  || The entity (instance codec...) is currently in use.
|-
|-
|  || CE-33073-6 ||  || Multiple Initialize
|  || CE-32858-6 ||  || The specified priority is invalid.
|-
|-
|  || CE-33074-7 ||  || No Memory
|  || CE-32859-7 ||  || The specified batch has not completed yet.
|-
|-
|  || CE-33075-8 ||  || File Not Found
|  || CE-32860-9 ||  || The operation cannot be performed at the moment.
|-
|-
|  || CE-33076-9 ||  || Not Supported Format
|  || CE-32861-0 ||  || The specified batch contains error.
|-
|-
|  || CE-33077-0 ||  || Large Title
|  || CE-32862-1 ||  || One or more jobs failed to be added to the batch.
|-
|-
|  || CE-33078-1 ||  || Large Comment
|  || CE-32863-2 ||  || The batch contains an invalid opcode.
|-
|-
|  || CE-33079-2 ||  || Invalid Parameter
|  || CE-32864-3 ||  || The batch references an instance that is already being processed in a batch of a different priority.
|-
|-
|  || CE-33080-4 ||  || Disk Full
|  || CE-32865-4 ||  || The batch references a buffer that exceeds the allowed size.
|-
|-
|  || CE-33081-5 ||  || Execution Max
|  || CE-32866-5 ||  || The batch references a buffer that is not accessible within this process.
|-
|-
|  || CE-33105-2 ||  || Set the wrong parameter
|  || CE-32867-6 ||  ||  
|-
|-
|  || CE-33106-3 ||  || Not initialized save data library yet
|  || CE-32868-7 ||  ||  
|-
|-
|  || CE-33107-4 ||  || Out of memory
|  || CE-32869-8 ||  || Could not start the application as the information was invalid. The database may be partially corrupted // Boot the console into Safe Mode and select [5. Rebuild Database]. Try launching the app again. If the error persists, reboot back into Safe Mode and select [3. Update System Software] or [4. Rebuild Database]. If the error is only occurring with a specific application, delete and reinstall it. If the error occurs with multiple or all applications, back up all saved data and initialize the console.
|-
|-
| || CE-33108-5 ||  || Savedata directory has already been mounted
| SCE_LNC_UTIL_ERROR_DEVKIT_EXPIRED = -2137784309 || CE-32875-5 || 0x8094000B || Cannot start the application // Occurs on a retail ps4 with a non married bd logic board. Apps restricted from loading however dvd playback is functional.
|-
|-
|  || CE-33109-6 ||  || Savedata directory is not mounted
|  || CE-32883-4 ||  || Internal error (internet connection issue) // Step 1: Turn off the console and then back on. Step 2: Perform an Internet connection test. Step 3: Turn off your router for at least 5 minutes, then turn it back on. Step 4: This may be a temporary issue, try again later.
|-
|-
|  || CE-33110-8 ||  || Savedata permission denied
|  || CE-32884-5 ||  || Library not initialized
|-
|-
|  || CE-33111-9 ||  || Savedata fingerprint mismatch
|  || CE-32885-6 ||  || Library has already been initialized
|-
|-
|  || CE-33112-0 ||  || Savedata already exists
|  || CE-32886-7 ||  || Specified data is broken
|-
|-
|  || CE-33113-1 ||  || Savedata not found
|  || CE-32887-8 ||  || Could not find specified element
|-
|-
|  || CE-33114-2 ||  || Not enough space for writing savedata at mount point
|  || CE-32888-9 ||  || The format of the specified parameter was not appropriate
|-
|-
|  || CE-33115-3 ||  || Not enough space for mounting savedata at file system
|  || CE-32889-0 ||  || Error occurred in game or application (game/application having an issue connecting to PSN) // Perform a connection test. If the test fails to sign into PSN then try again later as the server may be experiencing high volume.
|-
|-
|  || CE-33116-4 ||  || Internal error
|  || CE-32890-2 ||  || Specified parameter was not appropriate
|-
|-
|  || CE-33117-5 ||  || Reached mount max
|  || CE-32891-3 ||  || The size is out of predefined range
|-
|-
|  || CE-33118-6 ||  || Not mounted for writing
|  || CE-32892-4 ||  || Unknown error
|-
|-
|  || CE-33119-7 ||  || File not found
|  || CE-32893-5 ||  || Invalid certificate is specified
|-
|-
| || CE-33120-9 || || Savedata broken
| SCE_SSL_ERROR_CN_CHECK || CE-32894-6 || 0x8095F00B || Connection to server has been lost. There might have been a problem in connecting to the network, or PSN or the server of the service provider might be temporarily busy // Step 1: Perform a connection test. Step 2: Try the following: Other devices on the network might be using a large amount of bandwidth. Wait until they finish. Make sure the router and modem supports the PS4. Contact your ISP for details. Reset internet connection by turning off modem/router for 5 minutes before turning it back on. Update router firmware. If using a Wi-Fi connection, move the PS4 and router closer together and remove any obstructions between them. Step 3: Make sure these port numbers are not blocked by the router: TCP: 80, 443, 3478, 3479, 3480; UDP: 3478, 3479. Step 4: If using a specific DNS server, change DNS settings. Step 5: If still experiencing difficulties, try again later as the server may be experiencing high traffic.
|-
|-
|  || CE-33121-0 ||  || Inhibit during mount
|  || CE-32895-7 ||  || Does not have certificate of RootCA that issued server certificate // An error has occurred.
|-
|-
|  || CE-33122-1 ||  || Invalid login user
|  || CE-32896-8 ||  || Certificate validity period expired
|-
|-
|  || CE-33123-2 ||  ||  
|  || CE-32897-9 ||  || Before certificate validity period
|-
|-
|  || CE-33124-3 ||  ||  
|  || CE-32898-0 ||  || Socket is in blocking state
|-
|-
|  || CE-33125-4 ||  || Unknown error
|  || CE-32899-1 ||  || Received a fatal alert message from server / Cannot connect to server // Step 1: Reboot the PS4. Step 2: Restart router. Step 3: Contact ISP to check Internet connection status. Step 4: Reset router and select [Settings] > [Network] > [Set Up Internet Connection] and reconnect to the router. For details, refer to instructions supplied with the router. Step 5: Update router firmware to the latest version. Step 6: Check connection status of the PS4 in a connection test. Step 7: Make sure these port numbers are not blocked by the router: TCP: 80, 443, 3478, 3479, 3480; UDP: 3478, 3479. Step 8: If unable to connect to a service outside PSN, check the status of that service. Step 9: PSN may be temporarily busy, try again later. Check PSN status [https://status.playstation.com here].
|-
|-
|  || CE-33126-5 ||  || Invalid parameter
|  || CE-32900-4 ||  || Called API with prohibited options
|-
|-
|  || CE-33127-6 ||  || Not callable status
|  || CE-32901-5 ||  || Internal error
|-
|-
|  || CE-33128-7 ||  || Game live streaming Not initialized
|  || CE-32902-6 ||  || Not initialized
|-
|-
|  || CE-33129-8 ||  || Encoder error
|  || CE-32903-7 ||  || Already initialized
|-
|-
|  || CE-33130-0 ||  || Out of memory
|  || CE-32904-8 ||  || Cannot allocate memory
|-
|-
|  || CE-33155-7 ||  || Unexpected internal error occurs
|  || CE-32905-9 ||  || Invalid argument
|-
|-
|  || CE-33156-8 ||  || The system service is not available
|  || CE-32906-0 ||  || Operation not supported
|-
|-
|  || CE-33157-9 ||  || Parameter is invalid
|  || CE-32907-1 ||  || No events are available
|-
|-
|  || CE-33158-0 ||  || There's no event to receive
|  || CE-32908-2 ||  || Not logged in
|-
|-
|  || CE-33159-1 ||  || The function is rejected
|  || CE-32909-3 ||  || Insufficient buffer space to store information
|-
|-
|  || CE-33160-3 ||  || Safe area information have not adjusted
|  || CE-32920-6 ||  || Download cancelled because content does not need to be downloaded // Step 1: Select [OK] on the error message. Then go to [Settings] > [PSN] > [Restore License] and try restoring the licenses. Step 2: Next, go to the home screen to select the game icon. Check that the purchased item is available in the game. If you have purchased a subscription item (i.e. season pass), go to [Settings] > [PSN] > [Account Information] > [Services List] to see if the item has been activated. Step 3: If you cannot find the item, restart the PS4 system and try Step 2 again.
|-
|-
|  || CE-33179-3 ||  || Application is not found // Retry after the installation is completed. Installation of Add-Ons fails until the installation of application installation is complete.
|  || CE-32921-7 ||  || System cannot read the disc // Step 1: Eject the disc and make sure it is not dirty, scratched, or damaged. Step 2: Make sure the format of the disc is supported by the PS4. If the error persists, turn off the console, reboot in Safe Mode, and choose [Rebuild Database].
|-
|-
|  || CE-33199-5 ||  || You must Update your System to Version 1.06 or higher. Actual Version: 1.01 If Applications are running, choose [update later] and save your progress in the Application.
|  || CE-32922-8 ||  ||  
|-
|-
|  || CE-33210-9 ||  || Invalid argument
|  || CE-32923-9 ||  ||  
|-
|-
|  || CE-33211-0 ||  || Resource temporarily unavailable
|  || CE-32924-0 ||  ||  
|-
|-
|  || CE-33212-1 ||  || Not enough core
|  || CE-32925-1 ||  ||  
|-
|-
|  || CE-33213-2 ||  || Resource reset
|  || CE-32926-2 ||  ||  
|-
|-
|  || CE-33214-3 ||  || No space left on device
|  || CE-32927-3 ||  ||  
|-
|-
|  || CE-33215-4 ||  || No data is available
|  || CE-32928-4 ||  || Download has been cancelled (issue during download) // Step 1: Check [Notifications] for the content you are trying to download. If the download is stuck, delete the content from [OPTIONS], and retry downloading the content from the Library. Step 2: If the download fails again, go to Safe Mode and perform "Rebuild Database". Step 3: If problems persist, initialize the PS4 using Safe Mode (back up your data before performing this).
|-
|-
|  || CE-33216-5 ||  || File table overflow
|  || CE-32930-7 ||  || Downloaded data on HDD may be corrupted // Delete the content and download it again.
|-
|-
|  || CE-33217-6 ||  || Device busy
|  || CE-32937-4 ||  || Failed to download data // Step 1: Check the distribution period for the content you are trying to download. Step 2: Cancel the download. Step 3: If the error persists, the network connection may be temporary busy or unstable. Try again later.
|-
|-
|  || CE-33218-7 || || Process Interrupted
|  || CE-32939-6 || || Connection to server failed // Step 1: Restart the PS4. Step 2: PSN or the game's server may be temporarily unavailable. Check the status of the game's server at its website. Check the status of [https://status.playstation.com PSN here]. Step 3: If the servers are active, run the internet connection test and make sure that you can connect to the internet. Step 4: Update router to the latest firmware. Turn off other devices that are connected to the network to reduce stress. Step 5: Make sure these port numbers are not blocked by the router: TCP: 80, 443, 3478, 3479, 3480; UDP: 3478, 34. If none of this resolve the problem then try again later as the server may be experiencing high volume.
|-
|-
|  || CE-33219-8 || || Insufficient memory
|  || CE-32942-0 || || The extension of the URL specified with "Download a Package" > "Package URL" or the extension of content_url specified with content_list.json may not be .pkg/.PKG.
Check that the URL extension of the content is .pkg/.PKG
|-
|-
|  || CE-33220-0 || || Fatal error
|  || CE-32943-1 || ||  
|-
|-
|  || CE-33221-1 || || Specified parameter is not appropriate
|  || CE-32944-2 || ||  
|-
|-
|  || CE-33222-2 || || File open error
|  || CE-32945-3 || || The Content ID specified with "Download a Package" >"Content ID" or the id specified with content_list.json may not be matching the Content ID of the package file.
Check the specification of "Download a Package" > "Content ID" and the Content ID of PARAM.SFO.
|-
|-
|  || CE-33223-3 || || File write error
|  || CE-32946-4 || ||  
|-
|-
|  || CE-33224-4 ||  || Function not called in a proper state
|  || CE-32947-5 ||  || Could not download the file // Step 1: Try the Internet connection test at [Settings] > [Network] > [Test Internet Connection]. Check that the internet status is valid. Step 2: Delete the content (if it is shown in content area), and try redownloading the content from Library. Step 3: If the error occurs again, please visit our [https://support.us.playstation.com/app/contact_options/session/L2F2LzEvdGltZS8xMzg5OTk2OTQyL3NpZC9UQkNBSURLbA%3D%3D Contact] page to contact SCEA for additional technical support.
|-
|-
|  || CE-33225-5 ||  || Recording is interrupted
|  || CE-32951-0 ||  || Network connection problem occurred // Step 1: Check that PSN services are available. Step 2: If PSN is available, perform a connection test. Step 3: Make sure router firmware/software is up to date.
|-
|-
|  || CE-33226-6 ||  || internal error
|  || CE-32957-6 ||  || The Content ID specified with "Download a Package" >"Content ID", the id specified with content_list.json, or the Content ID of the package file is of an invalid format.
Check the specified Content ID and the Content ID of PARAM.SFO.
|-
|-
|  || CE-33227-7 ||  || invalid handle
|  || CE-32958-7 ||  || Data may be corrupted // Backup save data, delete the application and try re-installing it again.
|-
|-
|  || CE-33228-8 ||  || invalid pointer
|  || CE-33069-1 ||  || Canceled
|-
|-
|  || CE-33229-9 ||  || invalid channel
|  || CE-33070-3 ||  || Not Accept
|-
|-
|  || CE-33230-1 ||  || invalid sampling rate
|  || CE-33071-4 ||  || Busy
|-
|-
|  || CE-33231-2 ||  || invalid bit rate
|  || CE-33072-5 ||  || No Initialize
|-
|-
|  || CE-33232-3 ||  || invalid input format
|  || CE-33073-6 ||  || Multiple Initialize
|-
|-
|  || CE-33233-4 ||  || invalid output format
|  || CE-33074-7 ||  || No Memory
|-
|-
|  || CE-33234-5 ||  || invalid input size
|  || CE-33075-8 ||  || File Not Found
|-
|-
|  || CE-33266-0 ||  || Undefined error
|  || CE-33076-9 ||  || Not Supported Format
|-
|-
|  || CE-33267-1 ||  || Unpredictable error occurrence
|  || CE-33077-0 ||  || Large Title
|-
|-
|  || CE-33268-2 ||  || Failure in memory allocation
|  || CE-33078-1 ||  || Large Comment
|-
|-
|  || CE-33269-3 ||  || Improper parameter
|  || CE-33079-2 ||  || Invalid Parameter
|-
|-
|  || CE-33270-5 ||  || Incorrect processing executed
|  || CE-33080-4 ||  || Disk Full
|-
|-
|  || CE-33271-6 ||  || Library uninitialized
|  || CE-33081-5 ||  || Execution Max
|-
|-
|  || CE-33272-7 ||  || Already initialized
|  || CE-33096-1 ||  || Issue uploading data // Step 1: Check if the data has been already uploaded. Step 2: Turn off the router for 5 minutes, then back on. Step 3: Try again later.
|-
|-
|  || CE-33273-8 ||  || No event to get
|  || CE-33103-0 ||  || Cannot be shared to social networking services (initial setup of YouTube account not complete or YouTube account needs to be upgraded) // Step 1: Go to [Settings] > [Account Management] > [Link with Other Services] > [YouTube] and sign out, then sign in again. Step 2: Sign in to the official YouTube page from a browser on your computer or PS4 console, and make sure your account is upgraded.
|-
|-
|  || CE-33274-9 ||  || Undefined error other than the following
|  || CE-33105-2 ||  || Set the wrong parameter
|-
|-
|  || CE-33275-0 ||  || Unexpected error occurred
|  || CE-33106-3 ||  || Not initialized save data library yet
|-
|-
|  || CE-33276-1 ||  || Could not allocate memory
|  || CE-33107-4 ||  || Out of memory
|-
|-
|  || CE-33277-2 ||  || Specified parameter is inappropriate
|  || CE-33108-5 ||  || Savedata directory has already been mounted / Error occurred while reading data (data failed to load) // Step 1: From the home screen, highlight the application, press the OPTIONS button and close the application. Step 2: Restart the application. Step 3: Reboot the console. Step 4: If the situation does not improve, back up your saved data from [Settings] > [Application Saved Data Management] and initialize the console from [Settings] > [Initialization] > [Initialize PS4].
|-
|-
|  || CE-33278-3 ||  || Library is not initialized
|  || CE-33109-6 ||  || Savedata directory is not mounted
|-
|-
|  || CE-33279-4 ||  || Already initialized
|  || CE-33110-8 ||  || Savedata permission denied
|-
|-
|  || CE-33280-6 ||  || Package is already open
|  || CE-33111-9 ||  || Savedata fingerprint mismatch
|-
|-
|  || CE-33281-7 ||  || Package is not open
|  || CE-33112-0 ||  || Savedata already exists
|-
|-
|  || CE-33282-8 ||  || Specified PlayGo handle is invalid
|  || CE-33113-1 ||  || Savedata not found
|-
|-
|  || CE-33283-9 ||  || Specified variable value is NULL
|  || CE-33114-2 ||  || Not enough space for writing savedata at mount point
|-
|-
|  || CE-33284-0 ||  || Specified size value is invalid
|  || CE-33115-3 ||  || Not enough space for mounting savedata at file system
|-
|-
|  || CE-33285-1 ||  || Specified chunk ID value is invalid
|  || CE-33116-4 ||  || Error occurred in the system // Reboot the console. Start the console and safe mode and select option 5 [Rebuild Database]. Back up save data and initialize the console.
|-
|-
|  || CE-33286-2 ||  || Specified speed value is invalid
|  || CE-33117-5 ||  || Reached mount max
|-
|-
|  || CE-33287-3 ||  || Application does not support PlayGo
|  || CE-33118-6 ||  || Not mounted for writing
|-
|-
|  || CE-33288-4 ||  || This operation is not permitted
|  || CE-33119-7 ||  || File not found
|-
|-
|  || CE-33289-5 ||  || Specified locus value is invalid
|  || CE-33120-9 ||  || Savedata broken
|-
|-
|  || CE-33329-0 ||  || pAttr is NULL for S3dConversionQueryAttr()
|  || CE-33121-0 ||  || Inhibit during mount
|-
|-
|  || CE-33330-2 ||  || pRsrc is NULL for S3dConversionOpen()
|  || CE-33122-1 ||  || Invalid login user
|-
|-
|  || CE-33331-3 ||  || *pRsrc setting is invalid for S3dConversionOpen()
|  || CE-33123-2 ||  ||  
|-
|-
|  || CE-33332-4 ||  || pHandle is NULL for S3dConversionOpen()
|  || CE-33124-3 ||  ||  
|-
|-
|  || CE-33333-5 ||  || Allocated memory is invalid for S3dConversionOpen()
|  || CE-33125-4 ||  || Unknown error
|-
|-
|  || CE-33334-6 ||  || handle is NULL for S3dConversionClose()
|  || CE-33126-5 ||  || Invalid parameter / Cannot continue broadcasting. Texts or the settings associated with this channel may not be valid. (broadcast description too long) // Make sure the description of the YouTube Broadcast has less than 200 characters.
|-
|-
|  || CE-33335-7 ||  || *handle is invalid for S3dConversionClose()
|  || CE-33127-6 ||  || Not callable status
|-
|-
|  || CE-33336-8 ||  || Converting and cannot close with S3dConversionClose()
|  || CE-33128-7 ||  || Game live streaming Not initialized
|-
|-
|  || CE-33338-0 ||  || handle is NULL for S3dConversionExec()
|  || CE-33129-8 ||  || Encoder error
|-
|-
|  || CE-33339-1 ||  || *handle is invalid for S3dConversionExec()
|  || CE-33130-0 ||  || Out of memory
|-
|-
|  || CE-33340-3 ||  || pInPicInfo is NULL for S3dConversionExec()
|  || CE-33155-7 ||  || Unexpected internal error occurs
|-
|-
|  || CE-33341-4 ||  || *pInPicInfo setting is invalid for S3dConversionExec()
|  || CE-33156-8 ||  || The system service is not available
|-
|-
|  || CE-33342-5 ||  || pCtrl is NULL for S3dConversionExec()
|  || CE-33157-9 ||  || Parameter is invalid
|-
|-
|  || CE-33343-6 ||  || *pCtrl setting is invalid for S3dConversionExec()
|  || CE-33158-0 ||  || There's no event to receive
|-
|-
|  || CE-33344-7 ||  || pOutInfoL and pOutInfoR are NULL for S3dConversionExec()
|  || CE-33159-1 ||  || The function is rejected
|-
|-
|  || CE-33345-8 ||  || *pOutInfoL setting is invalid for S3dConversionExec()
|  || CE-33160-3 ||  || Safe area information have not adjusted
|-
|-
|  || CE-33346-9 ||  || *pOutInfoR setting is invalid for S3dConversionExec()
|  || CE-33177-1 ||  || Cannot start the application // Application data may be corrupted
|-
|-
|  || CE-33347-0 ||  || pOutInfoL target is NULL for S3dConversionExec()
|  || CE-33179-3 ||  || Application is not found // Retry after the installation is completed. Installation of add-ons fails until the installation of application installation is complete.
|-
|-
|  || CE-33348-1 ||  || *OutInfoL target setting is invalid for S3dConversionExec()
|  || CE-33191-7 ||  || Insert the correct disc into the PlayStation 4 system // Application requires that the disc be inserted into the console
|-
|-
|  || CE-33349-2 ||  || pOutInfoR target is NULL for S3dConversionExec()
|  || CE-33199-5 ||  || You must update your system to version 1.06 or higher. Actual version: 1.01 If applications are running, choose [update later] and save your progress in the application.
|-
|-
|  || CE-33350-4 ||  || *OutInfoR target setting is invalid for S3dConversionExec()
|  || CE-33210-9 ||  || Invalid argument
|-
|-
|  || CE-33351-5 ||  || Error during command generation for S3dConversionExec()
|  || CE-33211-0 ||  || Resource temporarily unavailable
|-
|-
|  || CE-33352-6 ||  || Not initialized
|  || CE-33212-1 ||  || Not enough core
|-
|-
|  || CE-33353-7 ||  || invalid pointer
|  || CE-33213-2 ||  || Resource reset
|-
|-
|  || CE-33354-8 ||  || invalid value
|  || CE-33214-3 ||  || No space left on device
|-
|-
|  || CE-33355-9 ||  || invalid argument
|  || CE-33215-4 ||  || No data is available
|-
|-
|  || CE-33356-0 ||  || The feature is not supported
|  || CE-33216-5 ||  || File table overflow
|-
|-
|  || CE-33357-1 ||  || The clock is not available
|  || CE-33217-6 ||  || Device busy
|-
|-
|  || CE-33358-2 ||  || error occured in parsing
|  || CE-33218-7 ||  || Process Interrupted
|-
|-
|  || CE-33359-3 ||  || The year value is invalid
|  || CE-33219-8 ||  || Insufficient memory
|-
|-
|  || CE-33360-5 ||  || The month value is invalid
|  || CE-33220-0 ||  || Fatal error
|-
|-
|  || CE-33361-6 ||  || The day value is invalid
|  || CE-33221-1 ||  || Specified parameter is not appropriate
|-
|-
|  || CE-33362-7 ||  || The hour value is invalid
|  || CE-33222-2 ||  || File open error
|-
|-
|  || CE-33363-8 ||  || The minute value is invalid
|  || CE-33223-3 ||  || File write error
|-
|-
|  || CE-33364-9 ||  || The second value is invalid
|  || CE-33224-4 ||  || Function not called in a proper state
|-
|-
|  || CE-33365-0 ||  || The microsecond value is invalid
|  || CE-33225-5 ||  || Recording is interrupted
|-
|-
|  || CE-33402-2 ||  || CommonDialogInitialize is not running
|  || CE-33226-6 ||  || internal error
|-
|-
|  || CE-33403-3 ||  || CommonDialogInitialize is already running
|  || CE-33227-7 ||  || invalid handle
|-
|-
|  || CE-33404-4 ||  || The Common Dialog has not been initialized
|  || CE-33228-8 ||  || invalid pointer
|-
|-
|  || CE-33405-5 ||  || The Common dialog is already initialized.
|  || CE-33229-9 ||  || invalid channel
|-
|-
|  || CE-33406-6 ||  || The Common Dialog is not finished
|  || CE-33230-1 ||  || invalid sampling rate
|-
|-
|  || CE-33407-7 ||  || It's the state that is unable to call the API.
|  || CE-33231-2 ||  || invalid bit rate
|-
|-
|  || CE-33408-8 ||  || As a result of the common dialog does not exist
|  || CE-33232-3 ||  || invalid input format
|-
|-
|  || CE-33409-9 ||  || Another Common Dialog is in use
|  || CE-33233-4 ||  || invalid output format
|-
|-
|  || CE-33410-1 ||  || There is not enough memory
|  || CE-33234-5 ||  || invalid input size
|-
|-
|  || CE-33411-2 ||  || It is an invalid parameter
|  || CE-33266-0 ||  || Undefined error
|-
|-
|  || CE-33412-3 ||  || The Common Dialog is not running.
|  || CE-33267-1 ||  || Unpredictable error occurrence
|-
|-
|  || CE-33413-4 ||  || The Common dialog is already closed.
|  || CE-33268-2 ||  || Failure in memory allocation
|-
|-
|  || CE-33414-5 ||  || Invalid NULL pointer has been specified in argument
|  || CE-33269-3 ||  || Improper parameter
|-
|-
|  || CE-33415-6 ||  || Unexpected fatal error occurred
|  || CE-33270-5 ||  || Incorrect processing executed
|-
|-
|  || CE-33416-7 ||  || you use unsupported features.
|  || CE-33271-6 ||  || Library uninitialized
|-
|-
|  || CE-33417-8 ||  || Not enough memory to run
|  || CE-33272-7 ||  || Already initialized
|-
|-
|  || CE-33418-9 ||  || Parameter is invalid
|  || CE-33273-8 ||  || No event to get
|-
|-
|  || CE-33419-0 ||  || Dictionary data is invalid
|  || CE-33274-9 ||  || Undefined error other than the following
|-
|-
|  || CE-33420-2 ||  || Hand angle is out of range
|  || CE-33275-0 ||  || Unexpected error occurred
|-
|-
|  || CE-33426-8 ||  || Parameter is invalid
|  || CE-33276-1 ||  || Could not allocate memory
|-
|-
|  || CE-33427-9 ||  || updateMode is invalid
|  || CE-33277-2 ||  || Specified parameter is inappropriate
|-
|-
|  || CE-33428-0 ||  || executionMode is invalid
|  || CE-33278-3 ||  || Library is not initialized
|-
|-
|  || CE-33429-1 ||  || pixelFormat is invalid
|  || CE-33279-4 ||  || Already initialized
|-
|-
|  || CE-33430-3 ||  || imageType is invalid
|  || CE-33280-6 ||  || Package is already open
|-
|-
|  || CE-33431-4 ||  || handle is invalid
|  || CE-33281-7 ||  || Package is not open
|-
|-
|  || CE-33432-5 ||  || memory alignment is invalid
|  || CE-33282-8 ||  || Specified PlayGo handle is invalid
|-
|-
|  || CE-33433-6 ||  || aspect is invalid
|  || CE-33283-9 ||  || Specified variable value is NULL
|-
|-
|  || CE-33434-7 ||  || size parameter is invalid
|  || CE-33284-0 ||  || Specified size value is invalid
|-
|-
|  || CE-33435-8 ||  || reserved parameter is invalid
|  || CE-33285-1 ||  || Specified chunk ID value is invalid
|-
|-
|  || CE-33436-9 ||  || pointer address is invalid
|  || CE-33286-2 ||  || Specified speed value is invalid
|-
|-
|  || CE-33437-0 ||  || resolution parameter is invalid
|  || CE-33287-3 ||  || Application does not support PlayGo
|-
|-
|  || CE-33438-1 ||  || camera type is invalid
|  || CE-33288-4 ||  || This operation is not permitted
|-
|-
|  || CE-33439-2 ||  || parameter range is invalid
|  || CE-33289-5 ||  || Specified locus value is invalid
|-
|-
|  || CE-33440-4 ||  || Not enough memory
|  || CE-33319-9 ||  || Cannot download the video/screenshot as you have reached to the service limit // Check upload policy of the service provider. If using Dailymotion, check their Upload Policy and try again after 24 hours.
|-
|-
|  || CE-33441-5 ||  || Could not created instance
|  || CE-33327-8 ||  || PS VR USB error // Turn off PS4 and unplug it for two minutes. Plug it back in. Remove USB cable from PS4 and PSVR and reinsert it. Reboot the PS4.
|-
|-
|  || CE-33442-6 ||  || Calibration is necessary
|  || CE-33329-0 ||  || pAttr is NULL for S3dConversionQueryAttr()
|-
|-
|  || CE-33443-7 ||  || Fatal error occurred
|  || CE-33330-2 ||  || pRsrc is NULL for S3dConversionOpen()
|-
|-
|  || CE-33444-8 ||  || Already running IME
|  || CE-33331-3 ||  || *pRsrc setting is invalid for S3dConversionOpen()
|-
|-
|  || CE-33445-9 ||  || supportedLanguages value is invalid
|  || CE-33332-4 ||  || pHandle is NULL for S3dConversionOpen()
|-
|-
|  || CE-33446-0 ||  || Memory is insufficient
|  || CE-33333-5 ||  || Allocated memory is invalid for S3dConversionOpen()
|-
|-
|  || CE-33447-1 ||  || Connection with IME has failed
|  || CE-33334-6 ||  || handle is NULL for S3dConversionClose()
|-
|-
|  || CE-33448-2 ||  || Too many requests for IME
|  || CE-33335-7 ||  || *handle is invalid for S3dConversionClose()
|-
|-
|  || CE-33449-3 ||  || Content of text is invalid
|  || CE-33336-8 ||  || Converting and cannot close with S3dConversionClose()
|-
|-
|  || CE-33450-5 ||  || Event is overflowed
|  || CE-33338-0 ||  || handle is NULL for S3dConversionExec()
|-
|-
|  || CE-33451-6 ||  || User ID value is invalid
|  || CE-33339-1 ||  || *handle is invalid for S3dConversionExec()
|-
|-
|  || CE-33452-7 ||  || type value is invalid
|  || CE-33340-3 ||  || pInPicInfo is NULL for S3dConversionExec()
|-
|-
|  || CE-33453-8 ||  || supportedLanguages value is invalid
|  || CE-33341-4 ||  || *pInPicInfo setting is invalid for S3dConversionExec()
|-
|-
|  || CE-33454-9 ||  || enterLabel value is invalid
|  || CE-33342-5 ||  || pCtrl is NULL for S3dConversionExec()
|-
|-
|  || CE-33455-0 ||  || inputMethod value is invalid
|  || CE-33343-6 ||  || *pCtrl setting is invalid for S3dConversionExec()
|-
|-
|  || CE-33456-1 ||  || option value is invalid
|  || CE-33344-7 ||  || pOutInfoL and pOutInfoR are NULL for S3dConversionExec()
|-
|-
|  || CE-33457-2 ||  || maxTextLength value is invalid
|  || CE-33345-8 ||  || *pOutInfoL setting is invalid for S3dConversionExec()
|-
|-
|  || CE-33458-3 ||  || inputTextBuffer value is invalid
|  || CE-33346-9 ||  || *pOutInfoR setting is invalid for S3dConversionExec()
|-
|-
|  || CE-33459-4 ||  || posx value is invalid
|  || CE-33347-0 ||  || pOutInfoL target is NULL for S3dConversionExec()
|-
|-
|  || CE-33460-6 ||  || poxy value is invalid
|  || CE-33348-1 ||  || *OutInfoL target setting is invalid for S3dConversionExec()
|-
|-
|  || CE-33461-7 ||  || horizontalAlignment value is invalid
|  || CE-33349-2 ||  || pOutInfoR target is NULL for S3dConversionExec()
|-
|-
|  || CE-33462-8 ||  || verticalAlignment value is invalid
|  || CE-33350-4 ||  || *OutInfoR target setting is invalid for S3dConversionExec()
|-
|-
|  || CE-33463-9 ||  || extended value is invalid
|  || CE-33351-5 ||  || Error during command generation for S3dConversionExec()
|-
|-
|  || CE-33464-0 ||  || work value is invalid
|  || CE-33352-6 ||  || Not initialized
|-
|-
|  || CE-33465-1 ||  || arg value is invalid
|  || CE-33353-7 ||  || invalid pointer
|-
|-
|  || CE-33466-2 ||  || handler value is invalid
|  || CE-33354-8 ||  || invalid value
|-
|-
|  || CE-33467-3 ||  || no resource ID
|  || CE-33355-9 ||  || invalid argument
|-
|-
|  || CE-33468-4 ||  || mode value is invalid
|  || CE-33356-0 ||  || The feature is not supported
|-
|-
|  || CE-33469-5 ||  || An invalid parameter has been specified
|  || CE-33357-1 ||  || The clock is not available
|-
|-
|  || CE-33470-7 ||  || An invalid address has been specified
|  || CE-33358-2 ||  || error occured in parsing
|-
|-
|  || CE-33471-8 ||  || reserved value is invalid
|  || CE-33359-3 ||  || The year value is invalid
|-
|-
|  || CE-33472-9 ||  || internal error
|  || CE-33360-5 ||  || The month value is invalid
|-
|-
|  || CE-33473-0 ||  || title value is invalid
|  || CE-33361-6 ||  || The day value is invalid
|-
|-
|  || CE-33474-1 ||  || Called during a period other than
|  || CE-33362-7 ||  || The hour value is invalid
|-
|-
|  || CE-33475-2 ||  || Called during a period other than
|  || CE-33363-8 ||  || The minute value is invalid
|-
|-
|  || CE-33476-3 ||  || ImeDialogInit() is not called
|  || CE-33364-9 ||  || The second value is invalid
|-
|-
|  || CE-33485-3 ||  || Parameter error
|  || CE-33365-0 ||  || The microsecond value is invalid
|-
|-
|  || CE-33486-4 ||  || Insufficient memory
|  || CE-33383-0 ||  || Issue connecting to the network // Step 1: Sign out of PSN and then back in. Step 2: Reboot the console. Step 3: Turn off the router for 5 minutes, then turn it back on. Step 4: Try again later.
|-
|-
|  || CE-33487-5 ||  || File not found
|  || CE-33384-1 ||  || Issue with the network connection // Step 1: Perform an internet connection test by selecting [Settings] > [Network] > [Test Internet Connection] and review and configure your network settings again if necessary. Step 2: Turn off your router and modem, and wait at least 5 minutes, then restart it. Step 3: Update your router to the latest firmware.
|-
|-
|  || CE-33488-6 ||  || Invalid file format
|  || CE-33402-2 ||  || CommonDialogInitialize is not running
|-
|-
|  || CE-33489-7 ||  || Insufficient storage capacity
|  || CE-33403-3 ||  || CommonDialogInitialize is already running
|-
|-
|  || CE-33490-9 ||  || Other internal error
|  || CE-33404-4 ||  || The Common Dialog has not been initialized
|-
|-
|  || CE-33498-7 ||  || Invalid data
|  || CE-33405-5 ||  || The Common dialog is already initialized.
|-
|-
|  || CE-33544-9 ||  || decoder API failed
|  || CE-33406-6 ||  || The Common Dialog is not finished
|-
|-
|  || CE-33545-0 ||  || invalid codec type
|  || CE-33407-7 ||  || It's the state that is unable to call the API.
|-
|-
|  || CE-33546-1 ||  || invalid struct size
|  || CE-33408-8 ||  || As a result of the common dialog does not exist
|-
|-
|  || CE-33547-2 ||  || invalid decoder handle
|  || CE-33409-9 ||  || Another Common Dialog is in use
|-
|-
|  || CE-33548-3 ||  || invalid size of CPU memory
|  || CE-33410-1 ||  || There is not enough memory
|-
|-
|  || CE-33549-4 ||  || invalid pointer for CPU memory
|  || CE-33411-2 ||  || It is an invalid parameter
|-
|-
|  || CE-33550-6 ||  || invalid size of CPU/GPU memory
|  || CE-33412-3 ||  || The Common Dialog is not running.
|-
|-
|  || CE-33551-7 ||  || invalid pointer for CPU/GPU memory
|  || CE-33413-4 ||  || The Common dialog is already closed.
|-
|-
|  || CE-33552-8 ||  || invalid pointer for shader context
|  || CE-33414-5 ||  || Invalid NULL pointer has been specified in argument
|-
|-
|  || CE-33553-9 ||  || invalid access unit size
|  || CE-33415-6 ||  || Unexpected fatal error occurred / Error occurred // Step 1: Reboot the console. Step 2: If the error occurs when reading saved data, copy saved data to PlayStation Plus online storage or a USB drive, then restore it to the console. Step 3: If the situation does not improve, delete and reinstall the application.
|-
|-
|  || CE-33554-0 ||  || invalid pointer for access unit
|  || CE-33416-7 ||  || you use unsupported features.
|-
|-
|  || CE-33555-1 ||  || invalid frame buffer size
|  || CE-33417-8 ||  || Not enough memory to run
|-
|-
|  || CE-33556-2 ||  || invalid pointer for frame buffer
|  || CE-33418-9 ||  || Parameter is invalid
|-
|-
|  || CE-33557-3 ||  || invalid frame buffer alignment
|  || CE-33419-0 ||  || Dictionary data is invalid
|-
|-
|  || CE-33558-4 ||  || invalid value in VideodecConfigInfo
|  || CE-33420-2 ||  || Hand angle is out of range
|-
|-
|  || CE-33559-5 ||  || invalid argument pointer
|  || CE-33426-8 ||  || Parameter is invalid
|-
|-
|  || CE-33585-4 ||  || Not initialized.
|  || CE-33427-9 ||  || updateMode is invalid
|-
|-
|  || CE-33586-5 ||  || Already initialized.
|  || CE-33428-0 ||  || executionMode is invalid
|-
|-
|  || CE-33587-6 ||  || Invalid argument.
|  || CE-33429-1 ||  || pixelFormat is invalid
|-
|-
|  || CE-33588-7 ||  || Invalid Pad library handle.
|  || CE-33430-3 ||  || imageType is invalid
|-
|-
|  || CE-33598-8 ||  || Invalid arguments passed to the submit function
|  || CE-33431-4 ||  || handle is invalid
|-
|-
|  || CE-33599-9 ||  || Not enough resources to submit the command buffers; try to split reduced the number of DCB/CCB to submit at once
|  || CE-33432-5 ||  || memory alignment is invalid
|-
|-
|  || CE-33600-2 ||  || Prepare Flip hasn't been called
|  || CE-33433-6 ||  || aspect is invalid
|-
|-
|  || CE-33601-3 ||  || Flip queue full
|  || CE-33434-7 ||  || size parameter is invalid
|-
|-
|  || CE-33602-4 ||  || Flip request failed
|  || CE-33435-8 ||  || reserved parameter is invalid
|-
|-
|  || CE-33603-5 ||  || Internal Error
|  || CE-33436-9 ||  || pointer address is invalid
|-
|-
|  || CE-33604-6 ||  || Not setting compatible PS and MRT formats can cause unexpected or corrupt rendering results.
|  || CE-33437-0 ||  || resolution parameter is invalid
|-
|-
|  || CE-33605-7 ||  || The address of a V# is invalid
|  || CE-33438-1 ||  || camera type is invalid
|-
|-
|  || CE-33606-8 ||  || The address of a T# is invalid
|  || CE-33439-2 ||  || parameter range is invalid
|-
|-
|  || CE-33607-9 ||  || The address of either a T# or a V# is invalid
|  || CE-33440-4 ||  || Not enough memory
|-
|-
|  || CE-33608-0 ||  || The address of a resource sampler constant buffer or global table is invalid
|  || CE-33441-5 ||  || Could not created instance
|-
|-
|  || CE-33609-1 ||  || A Gnm::writeAtEndOfPipe() function was called with an invalid EndOfPipeEventType
|  || CE-33442-6 ||  || Calibration is necessary
|-
|-
|  || CE-33610-3 ||  || The address of the index buffer is invalid
|  || CE-33443-7 ||  || Fatal error occurred
|-
|-
|  || CE-33611-4 ||  || The tessellation factor buffer is invalid
|  || CE-33444-8 ||  || Already running IME
|-
|-
|  || CE-33612-5 ||  || The scratch ring is invalid
|  || CE-33445-9 ||  || supportedLanguages value is invalid
|-
|-
|  || CE-33613-6 ||  || The primitive type is not set before a draw call
|  || CE-33446-0 ||  || Memory is insufficient
|-
|-
|  || CE-33614-7 ||  || The index size is not set before an indexed draw call
|  || CE-33447-1 ||  || Connection with IME has failed
|-
|-
|  || CE-33615-8 ||  || The size of the inlined buffer of a drawIndexInline is incorrect
|  || CE-33448-2 ||  || Too many requests for IME
|-
|-
|  || CE-33616-9 ||  || In order to use patches the number of patches must be set via the Gnm::TessellationRegisters
|  || CE-33449-3 ||  || Content of text is invalid
|-
|-
|  || CE-33617-0 ||  || Gnm::DrawCommandBuffer::setGsMode() is called with GsMode kGsModeDisable when Gnm::DrawCommandBuffer::setActiveShaderStages() has the GS stage disabled
|  || CE-33450-5 ||  || Event is overflowed
|-
|-
|  || CE-33618-1 ||  || An enabled shader has an invalid address
|  || CE-33451-6 ||  || User ID value is invalid
|-
|-
|  || CE-33619-2 ||  || Validation not enabled. Please make sure to enable "PA Debug" and "ValidateGPU" in target manager.
|  || CE-33452-7 ||  || type value is invalid
|-
|-
|  || CE-33620-4 ||  || Cannot open the specified file for writing.
|  || CE-33453-8 ||  || supportedLanguages value is invalid
|-
|-
|  || CE-33621-5 ||  || Cannot capture if Razor is not enabled.
|  || CE-33454-9 ||  || enterLabel value is invalid
|-
|-
|  || CE-33622-6 ||  || The command buffer being captured is empty.
|  || CE-33455-0 ||  || inputMethod value is invalid
|-
|-
|  || CE-33623-7 ||  || Internal error.
|  || CE-33456-1 ||  || option value is invalid
|-
|-
|  || CE-33624-8 ||  || Pipe id must between 0 or 3 (inclusive).
|  || CE-33457-2 ||  || maxTextLength value is invalid
|-
|-
|  || CE-33625-9 ||  || Queue id must between 0 or 7 (inclusive).
|  || CE-33458-3 ||  || inputTextBuffer value is invalid
|-
|-
|  || CE-33626-0 ||  || Invalid Ring Size (must be multiple of DW and a power of 2).
|  || CE-33459-4 ||  || posx value is invalid
|-
|-
|  || CE-33627-1 ||  || Ring Base Address must be 256 bytes aligned.
|  || CE-33460-6 ||  || poxy value is invalid
|-
|-
|  || CE-33628-2 ||  || Read Ptr Address must be 4 bytes aligned.
|  || CE-33461-7 ||  || horizontalAlignment value is invalid
|-
|-
|  || CE-33629-3 ||  || Internal error.
|  || CE-33462-8 ||  || verticalAlignment value is invalid
|-
|-
|  || CE-33630-5 ||  || Invalid Argument in Dispatch Draw.
|  || CE-33463-9 ||  || extended value is invalid
|-
|-
|  || CE-33631-6 ||  || Out of space for index data in dispatch draw.
|  || CE-33464-0 ||  || work value is invalid
|-
|-
|  || CE-33632-7 ||  || Out of space for block offset in dispatch draw.
|  || CE-33465-1 ||  || arg value is invalid
|-
|-
|  || CE-33633-8 ||  || Unrepresentable offset in dispatch draw.
|  || CE-33466-2 ||  || handler value is invalid
|-
|-
|  || CE-33634-9 ||  || The operation failed due to an invalid argument.
|  || CE-33467-3 ||  || no resource ID
|-
|-
|  || CE-33635-0 ||  || The operation failed due to an internal tiling error.
|  || CE-33468-4 ||  || mode value is invalid
|-
|-
|  || CE-33647-3 ||  || Texture format isn't BC1 - BC7. Or vmBuffer is NULL.
|  || CE-33469-5 ||  || An invalid parameter has been specified
|-
|-
|  || CE-33648-4 ||  || BC Encoder is NULL.
|  || CE-33470-7 ||  || An invalid address has been specified
|-
|-
|  || CE-33649-5 ||  || kBlockEncoderBufferSize is too small we need to make it bigger.
|  || CE-33471-8 ||  || reserved value is invalid
|-
|-
|  || CE-33650-7 ||  || some pointers may be invalid and encoder may not be initialized.
|  || CE-33472-9 ||  || internal error
|-
|-
|  || CE-33651-8 ||  || Texture dimentions should match the srcTexture dimensions. Format should match the encoder format
|  || CE-33473-0 ||  || title value is invalid
|-
|-
|  || CE-33652-9 ||  || not enough room for extendedUserData in dcb
|  || CE-33474-1 ||  || Called during a period other than
|-
|-
|  || CE-33653-0 ||  || The operation failed because a NULL pointer was passed to write to.
|  || CE-33475-2 ||  || Called during a period other than
|-
|-
|  || CE-33654-1 ||  || The operation failed because the file was not a valid GNF file.
|  || CE-33476-3 ||  || ImeDialogInit() is not called
|-
|-
|  || CE-33655-2 ||  || The operation failed because the size value for the file header contents is not valid.
|  || CE-33485-3 ||  || Parameter error
|-
|-
|  || CE-33656-3 ||  || The operation failed because the file size is too small to contain the contents of the file.
|  || CE-33486-4 ||  || Insufficient memory
|-
|-
|  || CE-33657-4 ||  || The operation failed because the GNF version does not match current GNF version in the Texture Library.
|  || CE-33487-5 ||  || File not found
|-
|-
|  || CE-33658-5 ||  || The operation failed because the alignment value is out of range. It can range between 0 and 31.
|  || CE-33488-6 ||  || Invalid file format
|-
|-
|  || CE-33659-6 ||  || The operation failed because the size of the file contents defined in the header does not match the computed size of the file contents.
|  || CE-33489-7 ||  || Insufficient storage capacity
|-
|-
|  || CE-33660-8 ||  || The operation failed because the GNF file could not be opened for reading/appending.
|  || CE-33490-8 ||  || Other internal error
|-
|-
|  || CE-33661-9 ||  || The operation failed because the file size does not match the stream size of the GNF file contents
|  || CE-33498-7 ||  || Invalid data
|-
|-
|  || CE-33672-1 ||  || Not initialized.
|  || CE-33544-9 ||  || decoder API failed
|-
|-
|  || CE-33673-2 ||  || Invalid parameter.
|  || CE-33545-0 ||  || invalid codec type
|-
|-
|  || CE-33674-3 ||  || Contents already mounted.
|  || CE-33546-1 ||  || invalid struct size
|-
|-
|  || CE-33675-4 ||  || Contents not mounted.
|  || CE-33547-2 ||  || invalid decoder handle
|-
|-
|  || CE-33676-5 ||  || Contents not found.
|  || CE-33548-3 ||  || invalid size of CPU memory
|-
|-
|  || CE-33677-6 ||  || Reached mount max.
|  || CE-33549-4 ||  || invalid pointer for CPU memory
|-
|-
|  || CE-33678-7 ||  || Contents no entitlement.
|  || CE-33550-6 ||  || invalid size of CPU/GPU memory
|-
|-
|  || CE-33679-8 ||  || Not enough space in HDD.
|  || CE-33551-7 ||  || invalid pointer for CPU/GPU memory
|-
|-
|  || CE-33680-0 ||  || Not supported.
|  || CE-33552-8 ||  || invalid pointer for shader context
|-
|-
|  || CE-33681-1 ||  || invalid argument
|  || CE-33553-9 ||  || invalid access unit size
|-
|-
|  || CE-33682-2 ||  || invalid port
|  || CE-33554-0 ||  || invalid pointer for access unit
|-
|-
|  || CE-33683-3 ||  || invalid handle
|  || CE-33555-1 ||  || invalid frame buffer size
|-
|-
|  || CE-33684-4 ||  || already opened the port.
|  || CE-33556-2 ||  || invalid pointer for frame buffer
|-
|-
|  || CE-33685-5 ||  || library uninitialized.
|  || CE-33557-3 ||  || invalid frame buffer alignment
|-
|-
|  || CE-33686-6 ||  || fatal error
|  || CE-33558-4 ||  || invalid value in VideodecConfigInfo
|-
|-
|  || CE-33687-7 ||  || An internal error occurred in the utility.
|  || CE-33559-5 ||  || invalid argument pointer
|-
|-
|  || CE-33688-8 ||  || Without signing in the functionality of Facebook cannot be used.
|  || CE-33585-4 ||  || Not initialized.
|-
|-
|  || CE-33689-9 ||  || User permissions could not be obtained
|  || CE-33586-5 ||  || Already initialized.
|-
|-
|  || CE-33690-1 ||  || Due to UGM restriction the functionality of Facebook cannot be used.
|  || CE-33587-6 ||  || Invalid argument.
|-
|-
|  || CE-33691-2 ||  || invalid argument
|  || CE-33588-7 ||  || Invalid Pad library handle.
|-
|-
|  || CE-33692-3 ||  || invalid status
|  || CE-33598-8 ||  || Invalid arguments passed to the submit function
|-
|-
|  || CE-33693-4 ||  || invalid status Core IF
|  || CE-33599-9 ||  || Not enough resources to submit the command buffers; try to split reduced the number of DCB/CCB to submit at once
|-
|-
|  || CE-33694-5 ||  || stream full
|  || CE-33600-2 ||  || Prepare Flip hasn't been called
|-
|-
|  || CE-33695-6 ||  || not exist streamId
|  || CE-33601-3 ||  || Flip queue full
|-
|-
|  || CE-33696-7 ||  || can not allocate memory
|  || CE-33602-4 ||  || Flip request failed
|-
|-
|  || CE-33697-8 ||  || can not use this api. use other api
|  || CE-33603-5 ||  || Internal Error
|-
|-
|  || CE-33698-9 ||  || timeout error
|  || CE-33604-6 ||  || Not setting compatible PS and MRT formats can cause unexpected or corrupt rendering results.
|-
|-
|  || CE-33699-0 ||  || request full
|  || CE-33605-7 ||  || The address of a V# is invalid
|-
|-
|  || CE-33700-3 ||  || not exist requestId
|  || CE-33606-8 ||  || The address of a T# is invalid
|-
|-
|  || CE-33701-4 ||  || registered callback full
|  || CE-33607-9 ||  || The address of either a T# or a V# is invalid
|-
|-
|  || CE-33702-5 ||  || resource handle full
|  || CE-33608-0 ||  || The address of a resource sampler constant buffer or global table is invalid
|-
|-
|  || CE-33703-6 ||  || not exist resource handle
|  || CE-33609-1 ||  || A Gnm::writeAtEndOfPipe() function was called with an invalid EndOfPipeEventType
|-
|-
|  || CE-33704-7 ||  || can not acquire decoder resource
|  || CE-33610-3 ||  || The address of the index buffer is invalid
|-
|-
|  || CE-33705-8 ||  || invalid argument Core
|  || CE-33611-4 ||  || The tessellation factor buffer is invalid
|-
|-
|  || CE-33706-9 ||  || not exist stream
|  || CE-33612-5 ||  || The scratch ring is invalid
|-
|-
|  || CE-33707-0 ||  || not playable
|  || CE-33613-6 ||  || The primitive type is not set before a draw call
|-
|-
|  || CE-33708-1 ||  || error stop
|  || CE-33614-7 ||  || The index size is not set before an indexed draw call
|-
|-
|  || CE-33709-2 ||  || invalid argument Core IF
|  || CE-33615-8 ||  || The size of the inlined buffer of a drawIndexInline is incorrect
|-
|-
|  || CE-33710-4 ||  || not registered video core function
|  || CE-33616-9 ||  || In order to use patches the number of patches must be set via the Gnm::TessellationRegisters
|-
|-
|  || CE-33711-5 ||  || sce function error
|  || CE-33617-0 ||  || Gnm::DrawCommandBuffer::setGsMode() is called with GsMode kGsModeDisable when Gnm::DrawCommandBuffer::setActiveShaderStages() has the GS stage disabled
|-
|-
|  || CE-33712-6 ||  || kernel function error
|  || CE-33618-1 ||  || An enabled shader has an invalid address
|-
|-
|  || CE-33713-7 ||  || ipmi inter process communication error
|  || CE-33619-2 ||  || Validation not enabled. Please make sure to enable "PA Debug" and "ValidateGPU" in target manager.
|-
|-
|  || CE-33714-8 ||  || ipmi inter process communication error Core IF
|  || CE-33620-4 ||  || Cannot open the specified file for writing.
|- ||  ||
|  || CE-33715-9 ||  || internal program error
|-
|-
|  || CE-33716-0 ||  || invalid status Core
|  || CE-33621-5 ||  || Cannot capture if Razor is not enabled.
|-
|-
|  || CE-33717-1 ||  || sce function error Core
|  || CE-33622-6 ||  || The command buffer being captured is empty.
|-
|-
|  || CE-33718-2 ||  || kernel function error Core
|  || CE-33623-7 ||  || Internal error.
|-
|-
|  || CE-33719-3 ||  || ipmi inter process communication error
|  || CE-33624-8 ||  || Pipe id must between 0 or 3 (inclusive).
|-
|-
|  || CE-33720-5 ||  || internal program error Core
|  || CE-33625-9 ||  || Queue id must between 0 or 7 (inclusive).
|-
|-
|  || CE-33743-0 ||  || Connection to server failed // The PS4 was unable to connect to the server. Please try again later. [https://support.us.playstation.com/app/answers/detail/a_id/237/session/L2F2LzEvdGltZS8xMzg5OTUwODEyL3NpZC9CQTRvVUFLbA%3D%3D You can check the status of the PSN here.]
|  || CE-33626-0 ||  || Invalid Ring Size (must be multiple of DW and a power of 2).
|-
|-
|  || CE-33755-3 ||  || invalid argument
|  || CE-33627-1 ||  || Ring Base Address must be 256 bytes aligned.
|-
|-
|  || CE-33756-4 ||  || invalid port
|  || CE-33628-2 ||  || Read Ptr Address must be 4 bytes aligned.
|-
|-
|  || CE-33757-5 ||  || invalid handle
|  || CE-33629-3 ||  || Internal error.
|-
|-
|  || CE-33758-6 ||  || already opened the port.
|  || CE-33630-5 ||  || Invalid Argument in Dispatch Draw.
|-
|-
|  || CE-33759-7 ||  || library uninitialized.
|  || CE-33631-6 ||  || Out of space for index data in dispatch draw.
|-
|-
|  || CE-33760-9 ||  || fatal error
|  || CE-33632-7 ||  || Out of space for block offset in dispatch draw.
|-
|-
|  || CE-33844-2 ||  || Undefined error
|  || CE-33633-8 ||  || Unrepresentable offset in dispatch draw.
|-
|-
|  || CE-33845-3 ||  || Unpredictable error occurrence
|  || CE-33634-9 ||  || The operation failed due to an invalid argument.
|-
|-
|  || CE-33846-4 ||  || Failure in memory allocation
|  || CE-33635-0 ||  || The operation failed due to an internal tiling error.
|-
|-
|  || CE-33847-5 ||  || Improper parameter
|  || CE-33647-3 ||  || Texture format isn't BC1 - BC7. Or vmBuffer is NULL.
|-
|-
|  || CE-33848-6 ||  || Incorrect processing executed
|  || CE-33648-4 ||  || BC Encoder is NULL.
|-
|-
|  || CE-33849-7 ||  || Library uninitialized
|  || CE-33649-5 ||  || kBlockEncoderBufferSize is too small we need to make it bigger.
|-
|-
|  || CE-33850-9 ||  || Already initialized
|  || CE-33650-7 ||  || some pointers may be invalid and encoder may not be initialized.
|-
|-
|  || CE-33851-0 ||  || No events to obtain
|  || CE-33651-8 ||  || Texture dimentions should match the srcTexture dimensions. Format should match the encoder format
|-
|-
|  || CE-33852-1 ||  || Perform default operations without setting an HTTP response
|  || CE-33652-9 ||  || not enough room for extendedUserData in dcb
|-
|-
|  || CE-33853-2 ||  || HTTP server is already started
|  || CE-33653-0 ||  || The operation failed because a NULL pointer was passed to write to.
|-
|-
|  || CE-33854-3 ||  || HTTP server is not started
|  || CE-33654-1 ||  || The operation failed because the file was not a valid GNF file.
|-
|-
|  || CE-33945-4 ||  || Connection to server failed // The PS4 was unable to connect to the server. Please try again later. [https://support.us.playstation.com/app/answers/detail/a_id/237/session/L2F2LzEvdGltZS8xMzg5OTUwODEyL3NpZC9CQTRvVUFLbA%3D%3D You can check the status of the PSN here.]
|  || CE-33655-2 ||  || The operation failed because the size value for the file header contents is not valid.
|-
|-
|  || CE-33950-0 ||  || Could not connect to the server to verify the license // There may be an issue with the server. Please try again later.
|  || CE-33656-3 ||  || The operation failed because the file size is too small to contain the contents of the file.
|-
|-
|  || CE-33951-1 ||  || Unknown error. This value should not be used.
|  || CE-33657-4 ||  || The operation failed because the GNF version does not match current GNF version in the Texture Library.
|-
|-
|  || CE-33952-2 ||  || The specified port does not exist.
|  || CE-33658-5 ||  || The operation failed because the alignment value is out of range. It can range between 0 and 31.
|-
|-
|  || CE-33953-3 ||  || The specified object does not exist.
|  || CE-33659-6 ||  || The operation failed because the size of the file contents defined in the header does not match the computed size of the file contents.
|-
|-
|  || CE-33954-4 ||  || An invalid parameter was passed.
|  || CE-33660-8 ||  || The operation failed because the GNF file could not be opened for reading/appending.
|-
|-
|  || CE-33955-5 ||  || Not enough memory to perform the operation.
|  || CE-33661-9 ||  || The operation failed because the file size does not match the stream size of the GNF file contents
|-
|-
|  || CE-33956-6 ||  || Not enough resources to perform the operation.
|  || CE-33672-1 ||  || Not initialized.
|-
|-
|  || CE-33957-7 ||  || The operation cannot be performed at the moment.
|  || CE-33673-2 ||  || Invalid parameter.
|-
|-
|  || CE-33958-8 ||  || Too many channels specified.
|  || CE-33674-3 ||  || Contents already mounted.
|-
|-
|  || CE-33987-0 ||  || Internet Connection test error Retry the Internet connection test. It's also possible that the PSN may be be undergoing maintenance. [https://support.us.playstation.com/app/answers/detail/a_id/237/session/L2F2LzEvdGltZS8xMzkwNTc0MzUwL3NpZC84c0M0WWFMbA%3D%3D You can check the status of the PSN here].
|  || CE-33675-4 ||  || Contents not mounted.
|-
|-
|  || CE-33983-6 ||  || Internet Connection test error Retry the Internet connection test. It's also possible that the PSN may be be undergoing maintenance. [https://support.us.playstation.com/app/answers/detail/a_id/237/session/L2F2LzEvdGltZS8xMzkwNTc0MzUwL3NpZC84c0M0WWFMbA%3D%3D You can check the status of the PSN here].
|  || CE-33676-5 ||  || Item corrupted or cannot be detected by the system // If getting this error when selecting a theme, try deleting and downloading it again; for other content, make sure you have the license to the content; if you have the content and are still getting the error, download the content again, go to [Settings] > [PSN] > [Restore Licenses], then reboot in Safe Mode and select [Rebuild Database].
|-
|-
|  || CE-33984-7 ||  || Internet Connection test error Retry the Internet connection test. It's also possible that the PSN may be be undergoing maintenance. [https://support.us.playstation.com/app/answers/detail/a_id/237/session/L2F2LzEvdGltZS8xMzkwNTc0MzUwL3NpZC84c0M0WWFMbA%3D%3D You can check the status of the PSN here].
|  || CE-33677-6 ||  || Reached mount max.
|-
|-
|  || CE-33985-8 ||  || Internet Connection test error Retry the Internet connection test. It's also possible that the PSN may be be undergoing maintenance. [https://support.us.playstation.com/app/answers/detail/a_id/237/session/L2F2LzEvdGltZS8xMzkwNTc0MzUwL3NpZC84c0M0WWFMbA%3D%3D You can check the status of the PSN here].
|  || CE-33678-7 ||  || Not entitled to the additional content (data from previous save doesn't match current data) // Step 1: Go to [Settings] > [Account Management] and select [Restore License]. Step 2: Deactivate your system and activate it again from [Settings] > [Account Management] > [Activate as Your Primary PS4].
|-
|-
|  || CE-33986-9 ||  || Internet Connection test error Retry the Internet connection test. It's also possible that the PSN may be be undergoing maintenance. [https://support.us.playstation.com/app/answers/detail/a_id/237/session/L2F2LzEvdGltZS8xMzkwNTc0MzUwL3NpZC84c0M0WWFMbA%3D%3D You can check the status of the PSN here].
|  || CE-33679-8 ||  || Not enough space in HDD.
|-
|-
|  || CE-33988-1 ||  || Internet Connection test error Retry the Internet connection test. It's also possible that the PSN may be be undergoing maintenance. [https://support.us.playstation.com/app/answers/detail/a_id/237/session/L2F2LzEvdGltZS8xMzkwNTc0MzUwL3NpZC84c0M0WWFMbA%3D%3D You can check the status of the PSN here].
|  || CE-33680-0 ||  || Not supported.
|-
|-
|  || CE-33989-2 ||  || Internet Connection test error Retry the Internet connection test. It's also possible that the PSN may be be undergoing maintenance. [https://support.us.playstation.com/app/answers/detail/a_id/237/session/L2F2LzEvdGltZS8xMzkwNTc0MzUwL3NpZC84c0M0WWFMbA%3D%3D You can check the status of the PSN here].
|  || CE-33681-1 ||  || invalid argument
|-
|-
|  || CE-33990-4 ||  || Internet Connection test error Retry the Internet connection test. It's also possible that the PSN may be be undergoing maintenance. [https://support.us.playstation.com/app/answers/detail/a_id/237/session/L2F2LzEvdGltZS8xMzkwNTc0MzUwL3NpZC84c0M0WWFMbA%3D%3D You can check the status of the PSN here].
|  || CE-33682-2 ||  || invalid port
|-
|-
|  || CE-33991-5 ||  || Get the status of the non HTTP_GET_200 in Internet connection. // Retry Internet Connection test.
|  || CE-33683-3 ||  || invalid handle
|-
|-
|  || CE-33992-6 ||  || Make sure you are signed in to PSN before you start the connection test. It's also possible that the PSN may be be undergoing maintenance. [https://support.us.playstation.com/app/answers/detail/a_id/237/session/L2F2LzEvdGltZS8xMzg5OTUwODEyL3NpZC9CQTRvVUFLbA%3D%3D You can check the status of the PSN here].
|  || CE-33684-4 ||  || already opened the port.
|-
|-
|  || CE-33994-8 ||  || The Dialog has not been initialized
|  || CE-33685-5 ||  || library uninitialized.
|-
|-
|  || CE-33995-9 ||  || The Dialog is already initialized.
|  || CE-33686-6 ||  || fatal error
|-
|-
|  || CE-33996-0 ||  || It is an invalid parameter
|  || CE-33687-7 ||  || An internal error occurred in the utility.
|-
|-
|  || CE-33997-1 ||  || Unexpected fatal error occurred
|  || CE-33688-8 ||  || Without signing in the functionality of Facebook cannot be used.
|-
|-
|  || CE-33998-2 ||  || It's the state that is unable to call the API.
|  || CE-33689-9 ||  || User permissions could not be obtained
|-
|-
|  || CE-33999-3 ||  || It's the service state that is unable to call the API.
|  || CE-33690-1 ||  || Due to UGM restriction the functionality of Facebook cannot be used.
|-
|-
|  || CE-34000-7 ||  || Invalid user ID was specified.
|  || CE-33691-2 ||  || invalid argument
|-
|-
|  || CE-34001-8 ||  || Not initialized.
|  || CE-33692-3 ||  || invalid status
|-
|-
|  || CE-34002-9 ||  || Already initialized.
|  || CE-33693-4 ||  || invalid status Core IF
|-
|-
|  || CE-34003-0 ||  || Invalid argument.
|  || CE-33694-5 ||  || stream full
|-
|-
|  || CE-34004-1 ||  || Invalid Move library handle.
|  || CE-33695-6 ||  || not exist streamId
|-
|-
|  || CE-34005-2 ||  || Invalid Move library handle.
|  || CE-33696-7 ||  || can not allocate memory
|-
|-
|  || CE-34006-3 ||  || Invalid port.
|  || CE-33697-8 ||  || can not use this api. use other api
|-
|-
|  || CE-34007-4 ||  || Already opened the port.
|  || CE-33698-9 ||  || timeout error
|-
|-
|  || CE-34008-5 ||  || Fatal error.
|  || CE-33699-0 ||  || request full
|-
|-
|  || CE-34009-6 ||  || Not initialized.
|  || CE-33700-3 ||  || not exist requestId
|-
|-
|  || CE-34010-8 ||  || Already initialized.
|  || CE-33701-4 ||  || registered callback full
|-
|-
|  || CE-34011-9 ||  || Invalid argument.
|  || CE-33702-5 ||  || resource handle full
|-
|-
|  || CE-34012-0 ||  || Invalid Move library handle.
|  || CE-33703-6 ||  || not exist resource handle
|-
|-
|  || CE-34101-9 ||  || PsvrCreateFromUncompress() or PsvrCreateFromCompress() failed.
|  || CE-33704-7 ||  || can not acquire decoder resource
|-
|-
|  || CE-34102-0 ||  || Invalid tuning options.
|  || CE-33705-8 ||  || invalid argument Core
|-
|-
|  || CE-34103-1 ||  || Memory operation failed.
|  || CE-33706-9 ||  || not exist stream
|-
|-
|  || CE-34104-2 ||  || Memory leak.
|  || CE-33707-0 ||  || not playable
|-
|-
|  || CE-34105-3 ||  || Save compact CPR failed.
|  || CE-33708-1 ||  || error stop
|-
|-
|  || CE-34106-4 ||  || Create compress CPR failed.
|  || CE-33709-2 ||  || invalid argument Core IF
|-
|-
|  || CE-34107-5 ||  || Create GnD failed.
|  || CE-33710-4 ||  || not registered video core function
|-
|-
|  || CE-34108-6 ||  || PsvrStart() failed.
|  || CE-33711-5 ||  || sce function error
|-
|-
|  || CE-34109-7 ||  || Invalid argument.
|  || CE-33712-6 ||  || kernel function error
|-
|-
|  || CE-34110-9 ||  || Insufficient resources.
|  || CE-33713-7 ||  || ipmi inter process communication error
|-
|-
|  || CE-34111-0 ||  || PSVR library has not been initialized.
|  || CE-33714-8 ||  || ipmi inter process communication error Core IF
|- ||  ||
|  || CE-33715-9 ||  || internal program error
|-
|-
|  || CE-34112-1 ||  || PSVR library has been initialized.
|  || CE-33716-0 ||  || invalid status Core
|-
|-
|  || CE-34113-2 ||  || Invalid PSVR result.
|  || CE-33717-1 ||  || sce function error Core
|-
|-
|  || CE-34127-7 ||  || invalid argument
|  || CE-33718-2 ||  || kernel function error Core
|-
|-
|  || CE-34128-8 ||  || memory allocation error
|  || CE-33719-3 ||  || ipmi inter process communication error
|-
|-
|  || CE-34149-1 ||  || A file could not be opened
|  || CE-33720-5 ||  || internal program error Core
|-
|-
|  || CE-34150-3 ||  || A problem occurred reading a file
|  || CE-33743-0 ||  || Connection to server failed // The PS4 was unable to connect to the server. Please try again later. [https://status.playstation.com You can check the status of the PSN here.]
|-
|-
|  || CE-34151-4 ||  || Memory could not be allocated to load a file
|  || CE-33755-3 ||  || invalid argument
|-
|-
|  || CE-34152-5 ||  || A Bank is not aligned on a 16-byte boundary
|  || CE-33756-4 ||  || invalid port
|-
|-
|  || CE-34153-6 ||  || A file has an invalid format
|  || CE-33757-5 ||  || invalid handle
|-
|-
|  || CE-34154-7 ||  || A Bank at the specified memory address is already loaded
|  || CE-33758-6 ||  || already opened the port.
|-
|-
|  || CE-34155-8 ||  || Scream is already initialized or that initialization failed
|  || CE-33759-7 ||  || library uninitialized.
|-
|-
|  || CE-34156-9 ||  || Scream is not currently running
|  || CE-33760-9 ||  || fatal error
|-
|-
|  || CE-34157-0 ||  || Underlying synthesizer failed to initialize
|  || CE-33844-2 ||  || Undefined error
|-
|-
|  || CE-34158-1 ||  || Invalid parameter detected
|  || CE-33845-3 ||  || Unpredictable error occurrence
|-
|-
|  || CE-34159-2 ||  || Unknown system error
|  || CE-33846-4 ||  || Failure in memory allocation
|-
|-
|  || CE-34160-4 ||  || Unable to allocate memory
|  || CE-33847-5 ||  || Improper parameter
|-
|-
|  || CE-34161-5 ||  || Unable to create a thread
|  || CE-33848-6 ||  || Incorrect processing executed
|-
|-
|  || CE-34162-6 ||  || Sndstream has already been initialized
|  || CE-33849-7 ||  || Library uninitialized
|-
|-
|  || CE-34163-7 ||  || Some specified parameter(s) are out of range
|  || CE-33850-9 ||  || Already initialized
|-
|-
|  || CE-34164-8 ||  || An unknown error occurred
|  || CE-33851-0 ||  || No events to obtain
|-
|-
|  || CE-34165-9 ||  || Sndstream has not been initialized
|  || CE-33852-1 ||  || Perform default operations without setting an HTTP response
|-
|-
|  || CE-34166-0 ||  || A specified file was not found
|  || CE-33853-2 ||  || HTTP server is already started
|-
|-
|  || CE-34167-1 ||  || A specified file was found but contained invalid data
|  || CE-33854-3 ||  || HTTP server is not started
|-
|-
|  || CE-34168-2 ||  || A specified file type is not supported
|  || CE-39935-9 ||  || Connection to server failed
|-
|-
|  || CE-34169-3 ||  || Sndstream failed to seek in or read from file
|  || CE-33937-5 ||  || Cannot use the content. To use the content, purchase it from PSS // Content can only be used by users who have a license for it; change user or purchase it outright from PSS to use the content.
|-
|-
|  || CE-34170-5 ||  || An unexpected internal error
|  || CE-33945-4 ||  || Server connection has failed (possible problem connecting to local network) // Step 1: Check that PSN service and the game's servers are available. Step 2: If both services are active, perform a connection test by going to [Settings] > [Network] > [Test Internet Connection] to confirm that you can connect to the Internet. Step 3: Update router firmware (contact router manufacturer or your ISP for assistance if required). Step 4: Turn off other devices connected to the network. Step 5: If still experiencing difficulties then try again later as the server may be experiencing high traffic.
|-
|-
|  || CE-34171-6 ||  || The specified reference is not recognized
|  || CE-33950-0 ||  || Could not connect to the server to verify the license (downed server) // The server may be experiencing connectivity issues, try again later.
|-
|-
|  || CE-34172-7 ||  || A parameter index is out of range
|  || CE-33951-1 ||  || Unknown error. This value should not be used.
|-
|-
|  || CE-34173-8 ||  || A specified address was NULL
|  || CE-33952-2 ||  || The specified port does not exist.
|-
|-
|  || CE-34174-9 ||  || The version of a specified data structure is not supported
|  || CE-33953-3 ||  || The specified object does not exist.
|-
|-
|  || CE-34175-0 ||  || Data with incorrect endianness was used
|  || CE-33954-4 ||  || An invalid parameter was passed.
|-
|  || CE-33955-5 ||  || Not enough memory to perform the operation.
|-
|  || CE-33956-6 ||  || Not enough resources to perform the operation.
|-
|  || CE-33957-7 ||  || The operation cannot be performed at the moment.
|-
|-
|  || CE-34176-1 ||  || A voice could not be allocated for this data
|  || CE-33958-8 ||  || Too many channels specified.
|-
|-
|  || CE-34177-2 ||  || A resource could not be allocated
|  || CE-33983-6 ||  || Internet connection test error // Retry the Internet connection test. It's also possible that the PSN may be be undergoing maintenance. [https://status.playstation.com You can check the status of the PSN here].
|-
|-
|  || CE-34178-3 ||  || The handle or other object is no longer active
|  || CE-33984-7 ||  || Connection test timed out while attempting to obtain IP address (connection issues or incorrect settings) // 1) Go to [Settings] > [Network]. 2) Select [Test Internet Connection]. 3) Reboot the console and connect to the Internet using a wired (ethernet) connection if possible. 4) If using Wi-Fi, try moving the console closer to the router and removing anything interrupting the connection between the devices. 5) Turn off router and wait at least 5 minutes, then restart it. 6) If the IP address cannot be obtained, check internet connection settings again.
|-
|-
|  || CE-34179-4 ||  || A buffer or other resource is not big enough
|  || CE-33985-8 ||  || Internet connection test error // Retry the Internet connection test. It's also possible that the PSN may be be undergoing maintenance. [https://status.playstation.com You can check the status of the PSN here].
|-
|-
|  || CE-34180-6 ||  || Sndstream has not been initialized
|  || CE-33986-9 ||  || Internet connection test error (PSN down or unable to connect to internet) // PSN may be temporarily unavailable or under maintenance. [https://status.playstation.com Check PSN status]. If PSN is up, perform an Internet connection test by going to [Settings] > [Network] > [Test Internet Connection] to confirm that you can connect to the Internet.
|-
|-
|  || CE-34181-7 ||  || Server failed to initialize
|  || CE-33987-0 ||  || Connection timed out during the PSN sign-in process // 1) Test your internet by going to [Settings] > [Network] > [Test Internet Connection]. 2) Try resetting your local network connection by turning off the modem and/or router. Wait 5 minutes, turn it back on and try signing in again to PSN. 3) You may need to update your router's firmware (contact ISP or router manufacturer for assistance if needed). If still having issues, try again later.
|-
|-
|  || CE-34182-8 ||  || Invalid Bank pointer error
|  || CE-33988-1 ||  || Internet connection test error // Retry the Internet connection test. It's also possible that the PSN may be be undergoing maintenance. [https://status.playstation.com You can check the status of the PSN here].
|-
|-
|  || CE-34183-9 ||  || Operation requested before server initialization
|  || CE-33989-2 ||  || Internet connection test error // Retry the Internet connection test. It's also possible that the PSN may be be undergoing maintenance. [https://status.playstation.com You can check the status of the PSN here].
|-
|-
|  || CE-34184-0 ||  || The file I/O system passed on (omitted) a read request
|  || CE-33990-4 ||  || Internet connection test error // Retry the Internet connection test. It's also possible that the PSN may be be undergoing maintenance. [https://status.playstation.com You can check the status of the PSN here].
|-
|-
|  || CE-34185-1 ||  || An error of unknown origin occurred
|  || CE-33991-5 ||  || Could not connect to the network // Step 1: PSN may be temporarily unavailable. Visit the [https://status.playstation.com PSN status page] to check for service issues. Step 2: Check with the game publisher to see if there are server issues. Step 3: If both services are active, go to [Settings] > [Network] > [Test Internet Connection] to confirm that you can connect to the Internet. Step 4: Update router firmware (contact router manufacturer or your ISP for assistance if required). Step 5: Turn off other devices connected to the network. Step 6: If still experiencing difficulties then try again later as the server may be experiencing high traffic.
|-
|-
|  || CE-34186-2 ||  || A file open error occurred
|  || CE-33992-6 ||  || Internet connection test error (PSN down or network download speed too slow) // Check status of PSN services by visiting the status page on a connected device. If services are available (all show green) and you are still getting the error, your home network's download speed may be too slow. We recommend a minimum download speed of 5 mbps. If your speeds are slower than this, try connecting to an alternative connection with a download speed of at least 5 mbps. If still having problems, visit the PlayStation Repairs tool for more troubleshooting advice.
|-
|-
|  || CE-34187-3 ||  || A file seek error occurred
|  || CE-33994-8 ||  || The Dialog has not been initialized
|-
|-
|  || CE-34188-4 ||  || A file read error occurred
|  || CE-33995-9 ||  || The Dialog is already initialized.
|-
|-
|  || CE-34189-5 ||  || A file close error occurred
|  || CE-33996-0 ||  || It is an invalid parameter
|-
|-
|  || CE-34224-5 ||  || Integrity check error // System internal error // Step 1: Back up your saved data using a USB device or PS+ online storage. Go to [Settings] > [Initialization] > [Initialize PS4] and try the PS4 initialization. Step 2: Restore your saved data. Step 3: If the error occurs again there may be an issue with the PS4's hard drive (HDD). If you have previously changed the HDD, use the other HDD. If not, please visit our [https://support.us.playstation.com/app/contact_options/session/L2F2LzEvdGltZS8xMzkwOTI2Njk1L3NpZC9rZVVxc3dMbA%3D%3D Contact page] to contact SCEA for additional technical support.
|  || CE-33997-1 ||  || Unexpected fatal error occurred
|-
|-
|  || CE-34225-6 ||  || File not found in PlayGo chunk definition
|  || CE-33998-2 ||  || It's the state that is unable to call the API.
|-
|-
|  || CE-34341-5 ||  || Invalid mix level value
|  || CE-33999-3 ||  || It's the service state that is unable to call the API.
|-
|-
|  || CE-34342-6 ||  || overflow
|  || CE-34000-7 ||  || Invalid user ID was specified.
|-
|-
|  || CE-34348-2 ||  || the specified max delay lenght is invalid
|  || CE-34001-8 ||  || Not initialized.
|-
|  || CE-34002-9 ||  || Already initialized.
|-
|  || CE-34003-0 ||  || Invalid argument.
|-
|  || CE-34004-1 ||  || Invalid Move library handle.
|-
|  || CE-34005-2 ||  || Invalid Move library handle.
|-
|  || CE-34006-3 ||  || Invalid port.
|-
|  || CE-34007-4 ||  || Already opened the port.
|-
|  || CE-34008-5 ||  || Fatal error.
|-
|  || CE-34009-6 ||  || Not initialized.
|-
|  || CE-34010-8 ||  || Already initialized.
|-
|  || CE-34011-9 ||  || Invalid argument.
|-
|  || CE-34012-0 ||  || Invalid Move library handle.
|-
|  || CE-34101-9 ||  || PsvrCreateFromUncompress() or PsvrCreateFromCompress() failed.
|-
|  || CE-34102-0 ||  || Invalid tuning options.
|-
|  || CE-34103-1 ||  || Memory operation failed.
|-
|  || CE-34104-2 ||  || Memory leak.
|-
|  || CE-34105-3 ||  || Save compact CPR failed.
|-
|  || CE-34106-4 ||  || Create compress CPR failed.
|-
|  || CE-34107-5 ||  || Create GnD failed.
|-
|  || CE-34108-6 ||  || PsvrStart() failed.
|-
|  || CE-34109-7 ||  || Invalid argument.
|-
|  || CE-34110-9 ||  || Insufficient resources.
|-
|  || CE-34111-0 ||  || PSVR library has not been initialized.
|-
|  || CE-34112-1 ||  || PSVR library has been initialized.
|-
|  || CE-34113-2 ||  || Invalid PSVR result.
|-
|  || CE-34127-7 ||  || invalid argument
|-
|  || CE-34128-8 ||  || memory allocation error
|-
|  || CE-34149-1 ||  || A file could not be opened
|-
|  || CE-34150-3 ||  || A problem occurred reading a file
|-
|  || CE-34151-4 ||  || Memory could not be allocated to load a file
|-
|  || CE-34152-5 ||  || A Bank is not aligned on a 16-byte boundary
|-
|  || CE-34153-6 ||  || A file has an invalid format
|-
|  || CE-34154-7 ||  || A Bank at the specified memory address is already loaded
|-
|  || CE-34155-8 ||  || Scream is already initialized or that initialization failed
|-
|  || CE-34156-9 ||  || Scream is not currently running
|-
|  || CE-34157-0 ||  || Underlying synthesizer failed to initialize
|-
|  || CE-34158-1 ||  || Invalid parameter detected
|-
|  || CE-34159-2 ||  || Unknown system error
|-
|  || CE-34160-4 ||  || Unable to allocate memory
|-
|  || CE-34161-5 ||  || Unable to create a thread
|-
|  || CE-34162-6 ||  || Sndstream has already been initialized
|-
|  || CE-34163-7 ||  || Some specified parameter(s) are out of range
|-
|  || CE-34164-8 ||  || An unknown error occurred
|-
|  || CE-34165-9 ||  || Sndstream has not been initialized
|-
|  || CE-34166-0 ||  || A specified file was not found
|-
|  || CE-34167-1 ||  || A specified file was found but contained invalid data
|-
|  || CE-34168-2 ||  || A specified file type is not supported
|-
|  || CE-34169-3 ||  || Sndstream failed to seek in or read from file
|-
|  || CE-34170-5 ||  || An unexpected internal error
|-
|  || CE-34171-6 ||  || The specified reference is not recognized
|-
|  || CE-34172-7 ||  || A parameter index is out of range
|-
|  || CE-34173-8 ||  || A specified address was NULL
|-
|  || CE-34174-9 ||  || The version of a specified data structure is not supported
|-
|  || CE-34175-0 ||  || Data with incorrect endianness was used
|-
|  || CE-34176-1 ||  || A voice could not be allocated for this data
|-
|  || CE-34177-2 ||  || A resource could not be allocated
|-
|  || CE-34178-3 ||  || The handle or other object is no longer active
|-
|  || CE-34179-4 ||  || A buffer or other resource is not big enough
|-
|  || CE-34180-6 ||  || Sndstream has not been initialized
|-
|  || CE-34181-7 ||  || Server failed to initialize
|-
|  || CE-34182-8 ||  || Invalid Bank pointer error
|-
|  || CE-34183-9 ||  || Operation requested before server initialization
|-
|  || CE-34184-0 ||  || The file I/O system passed on (omitted) a read request
|-
|  || CE-34185-1 ||  || An error of unknown origin occurred
|-
|  || CE-34186-2 ||  || A file open error occurred
|-
|  || CE-34187-3 ||  || A file seek error occurred
|-
|  || CE-34188-4 ||  || A file read error occurred
|-
|  || CE-34189-5 ||  || A file close error occurred
|-
|  || CE-34224-5 ||  || PFS Corrupt / Integrity check error / System error has occurred // Step 1: Back up your data from [Settings] > [Application Saved Data Management]. Step 2: Go to [Settings] > [Initialization] > [Initialize PS4]. Step 3: Restore your data. Step 4: If the error persists, there may be an issue with the HDD or the console. If the HDD has been replaced, try installing another HDD or reinstalling the original HDD.
|-
|  || CE-34225-6 ||  || File not found in PlayGo chunk definition
|-
|  || CE-34304-4 ||  || HDD data likely corrupted, possibly due to a HDD hardware issue.
|-
|  || CE-34305-5 ||  || Failed to read information from HDD (console can't read some data from the HDD) // 1) Make sure the console has the latest system software (update if needed). 2) If the HDD was upgraded, turn off the console, re-insert the original HDD and try again. 3) If the error persists, try restoring the console to factory settings. 4) If the error persists, console may be bad and in need of service. Contact PlayStation Support.
|-
|  || CE-34335-8 ||  || No HDD detected / "Cannot access system storage" (HDD incorrectly installed, bad/corrupt HDD, bad console) // 1) Turn off the console, unplug it and remove the top cover. 2) Check that the HDD is correctly installed. 3) If still experiencing the error after reinserting the HDD, it may be corrupt or bad or the console may be in need of service. Contact PlayStation Support.
|-
| SCE_AUDIO_OUT_ERROR_INVALID_MIXLEVEL || CE-34341-5 || 0x80260014 || Invalid mix level value
|-
| SCE_VIDEO_OUT_ERROR_OVERFLOW || CE-34342-6 || 0x80290017 || Overflow
|-
|  || CE-34348-2 ||  || the specified max delay length is invalid
|-
|-
|  || CE-34349-3 ||  || the specified max delay taps is invalid
|  || CE-34349-3 ||  || the specified max delay taps is invalid
|-
|-
|  || CE-34350-5 ||  || the specified delay type is invalid
|  || CE-34350-5 ||  || the specified delay type is invalid
|-
|  || CE-34351-6 ||  || the specified number of delay tap is invalid
|-
|  || CE-34452-8 ||  || Downloaded data may be corrupted // Step 1: Delete the content from home screen, then restart the system. Next, re-download the content from the Library. Step 2: If the error persists, go to [Settings] > [Initialization] > [Initialize PS4] and try the PS4 initialization. Step 3: If the error occurs again there may be an issue with the PS4's hard drive (HDD). If you have previously changed the HDD, use the other HDD. If not, please visit our [https://support.us.playstation.com/app/contact_options/session/L2F2LzEvdGltZS8xNDA5MjMwNDkwL3NpZC95WUJERFoqbA%3D%3D Contact page] to contact SCEA for additional technical support.
|-
|  || CE-34544-0 ||  || Information required to start the application can't be found (corrupted database or corrupted application) // Step 1: Make sure the PS4 has the latest system software (update if needed). // Step 2: Install the latest update for the application. Step 3: If the issue persists, reboot the PS4 in Safe Mode and select [Rebuild Database]. Step 4: If Step 3 did not solve the problem, back up all saved data and re-install the application.
|-
|  || CE-34545-1 ||  || Read timeout occurred
|-
|  || CE-34568-5 ||  || System error // Reboot the console. Start the console in Safe Mode and select option 5 [Rebuild Database]. Back up saved data and initialize the console.
|-
|  || CE-34615-9 ||  || Not Implemented
|-
|  || CE-34627-2 ||  || Cannot install
|-
|  || CE-34632-8 ||  || Content unavailable // Content can't be used at the moment. Contact PlayStation Support.
|-
|  || CE-34635-1 ||  || invalid previous input size
|-
|  || CE-34674-4 ||  || Cannot install
|-
|  || CE-34687-8 ||  || pContextRsrc is NULL for S3dConversionExec()
|-
|  || CE-34688-9 ||  || *pContextRsrc setting is invalid for S3dConversionExec()
|-
|  || CE-34689-0 ||  || Allocated memory is invalid for S3dConversionExec()
|-
|  || CE-34693-5 ||  || Application is not active
|-
|  || CE-34698-0 ||  || Using a RW buffer or texture but setting the memory type to read-only via setResourceMemoryType(). This is determined by checking RWResource inputs to shaders against the RO bit set in the Vsharp or Tsharp.
|-
|  || CE-34699-1 ||  || stream suspended
|-
|  || CE-34700-4 ||  || stream aborted
|-
|  || CE-34712-7 ||  || Invalid PSVR pointer.
|-
|  || CE-34772-3 ||  || Invalid argument
|-
|  || CE-34773-4 ||  || The path is not in a mapped location
|-
|  || CE-34774-5 ||  || File not found
|-
|  || CE-34775-6 ||  || Fatal error
|-
|  || CE-34776-7 ||  || Resource not found
|-
|  || CE-34777-8 ||  || Try again
|-
|  || CE-34778-9 ||  || Bad address
|-
|  || CE-34779-0 ||  || Invalid argument
|-
|  || CE-34780-2 ||  || Operation results timed out
|-
|  || CE-34781-3 ||  || Not initialized
|-
|  || CE-34782-4 ||  || Library has been initialized
|-
|  || CE-34783-5 ||  || Fatal error
|-
|  || CE-34788-0 ||  || This update file cannot be used (incorrect file used for update) // Make sure you have downloaded the correct file. Check that the folder names and file names are correct. Enter the folder name and file names using uppercase letters.
|-
|  || CE-34861-2 ||  || A network error has occurred (PSN down or no SSL) // Step 1: Check PSN status for any outages or maintenance. Step 2: If PSN is available, your network environment might not have a secure SSL deployed (most games require SSL to communicate with the game servers). Contact your ISP to confirm and/or resolve this.
|-
|  || CE-34867-8 ||  || Other disc inserted // Insert the correct disc and relaunch the game.
|-
|  || CE-34876-8 ||  || This disc is not supported by the PS4
|-
|  || CE-34877-9 ||  || Cannot play PlayStation 3 format disc
|-
|  || CE-34878-0 ||  || Error occurred with the application (shows up after a game crashes) // Step 1: Close the application, install the latest system software and game updates and reboot the console. Step 2: If you upgraded the HDD, re-install the original HDD. Step 3: If the error occurs again, back up all saved data and initialize the console. Step 4: If the error occurs with every application or as soon as the application starts, contact PlayStation Support.
|-
|  || CE-35230-3 ||  || Network error. Response speed from DNS server is likely delayed. // Step 1: Go to [Settings] > [Network] > [Set Up Internet Connection] > [Custom] and change the DNS settings.
|-
|  || CE-35239-2 ||  || Software update required to use network features // Update console to the latest system software.
|-
|  || CE-35287-5 ||  || Cannot connect to the server // PSN or the game server is temporarily unavailable. Try again later.
|-
|  || CE-35327-0 ||  || Unable to connect to the server (PSN is overloaded) // PSN is experiencing high traffic and is temporarily unavailable. Try again later.
|-
|  || CE-35340-5 ||  || This service may be under maintenance. Wait a short while before attempting to access this service again // If this error occurs every time you attempt to connect, log out of the service and then log back in.
|-
|  || CE-35406-8 ||  || PS4 and PS Vita could not be linked for Remote Play because accounts linked on PSN are not the same // To use Remote Play, the same account must be linked to both systems.
|-
|  || CE-35413-6 ||  || PIN code for Remote Play is incorrect // Make sure to enter the correct PIN code.
|-
|  || CE-35451-8 ||  || Error occurred when connecting to the server // Step 1: Restart the PS4. Step 2: If the error persists, there may be an ongoing server issue. Try again later. Step 3: [https://status.playstation.com Check PSN status].
|-
|  || CE-35463-1 ||  || The disc cannot be played // Step 1: Copied media, CD's, and 3D Blu-Ray movies cannot be played. Please verify that the type of disc you're trying to play is supported by the PS4. Step 2: Make sure the disc you're trying to play isn't dirty, scratched, or otherwise damaged.
|-
|  || CE-35486-6 ||  || Console can't read the disc. The disc format may be unsupported, or the disc may be corrupted // Step 1: Eject the disc and make sure it is not dirty, scratched, or damaged. Step 2: Make sure the format of the disc is supported by the PS4. Step 3: If the error persists, turn off and reboot the PS4 in Safe Mode and try rebuilding the PS4's database.
|-
|  || CE-35489-9 ||  || Invalid region // DVD or Blu-Ray disc not supported on the system due to regional restrictions on the disc (for example, playing a EU disc on a North American console?). The region setting of the console is preset and cannot be changed to play a disc.
|-
|  || CE-35657-6 ||  || Cannot start the application. Application data may be corrupted. // Step 1: Go to [Notifications] > [Downloads] and delete the failure notification. Step 2: Back up your data using USB device or PS+ online storage, and then go to Safe Mode to try [5.Rebuild Database]. You can find more information on Safe Mode here. Step 3: If the error occurs again, go to [Settings] > [Initialization] > [7. Initialize PS4 (Reinstall System Software)] and try the PS4 initialization. Note: This requires a USB device with the system update file. Information on updating via USB is located [http://us.playstation.com/support/systemupdates/ps4/new-install/index.htm here].
|-
|  || CE-35662-2 ||  || The numbers of chunks for the application and patch do not match.
When creating a patch package of a PlayGo supporting application, the number of chunks included in the patch package must be the same as the game directory.
|-
|  || CE-35888-2 ||  || Cannot start the application // Wrong daughterboard in drive, see also : https://www.youtube.com/watch?feature=player_detailpage&v=pPRvG6oRV1E#t=349 / [[BDP-025]]
|-
|  || CE-35918-6 ||  || Console can't read the disc (bad disc or bad DVD/Blu-Ray player) // 1) Eject the disc and check that it is not dirty or damaged. 2) Insert another PS4 game disc, Blu-Ray or DVD to find out if they work. 3) If other discs can be read without any issues, the disc you are trying to play may be bad and should be replaced. 4) If other discs don't work either, contact PlayStation Support.
|-
| SCE_VIDEO_OUT_ERROR_NO_DEVICE || CE-35957-9 || 0x80290018 || Device does not exist
|-
|  || CE-36244-9 ||  || Download has been suspended. Downloaded data may be corrupted // Console error // Step 1: Restart the system and restart the download. Step 2: Downloads can be restarted from the game's icon on the Home Screen or under [Notifications] > [Downloads]. Step 3: If the error occurs again, review local network settings (change to a static IP or try changing the DNS server, try connecting to a different network or try connecting later). Step 4: If the error persists and you have previously changed the HDD, swap to the original HDD and re-install the system software. If using the original HDD, try initializing the PS4. After system initialization, try downloading the content again.
|-
|  || CE-36249-4 ||  || Cannot download this content. It has not reached the download date yet (content not yet available) // Step 1: Try downloading the content when it gets closer to the release date. Step 2: To enable the auto-download feature, go to [Settings] > [System] > [Automatic Downloads and Updates] and enable > [Saved Data and Update File].
|-
|  || CE-36275-3 ||  || Unable to post a comment on a broadcast // Step 1: Ensure that port TCP 6667 is not blocked by the router or network settings. Step 2: The Streaming service may be having server problems. Try again later or check the website of the streaming service for maintenance info.
|-
|  || CE-36329-3 ||  || Error has occurred with system software / Console error // Step 1: Make sure that you have the latest system software by selecting [Settings] > [System Software Update]. The system will then reboot. Step 2: If you cannot reach [Settings], go into Safe Mode and update using option 3. Step 3: If the error occurs again, back up all saved data and initialize the console. Step 3: If the error continues, contact PlayStation Support.
|-
|  || CE-36330-5 ||  || Internal error // Completely turn off the PS4 and reboot the system.
|-
|  || CE-36418-2 ||  || Bluetooth device not supported // Device may not be supported by the console. Try using a supported device instead.
|-
|  || CE-36420-5 ||  || Error during Bluetooth connection with console (possible issue with Bluetooth pairing authentication on console) // Step 1: Disconnect the Bluetooth device from the console. Step 2: Reboot the console. Step 3: Try pairing the device with the cable connected.
|-
|  || CE-36433-9 ||  || The original application package specified upon creating the patch package and the original application installed onto the Development Kit/Testing Kit may not be matching.
Check that the original application package specified upon creating the patch package is installed on the Development Kit/Testing Kit.
|-
|  || CE-36485-6 ||  || Cannot recognize the USB storage device // Ensure the device is properly inserted in the console. Make sure the storage device is formatted with the supported file system (FAT or exFAT). If "This USB storage device cannot be used" notification pops up when the device is inserted into the console, it is likely an unsupported device.
|-
|-
| || CE-34351-6 || || the specified number of delay tap is invalid
| SCE_VIDEO_OUT_ERROR_UNAVAILABLE_OUTPUT_MODE || CE-37528-5 || 0x80290019 || Unavailable output mode now
|-
|-
|  || CE-34545-1 ||  || Read timeout occurred
|  || CE-37533-1 ||  || Face recognition error // An occurred during face recognition log-in. It is possible that the face data is corrupted. Step 1: Log in to the system, and re-register the face data. Step 2: If the error occurs again, face data of other users on the PS4 system may be corrupted. Log-in to other user and re-register the face data.
|-
|-
|  || CE-34615-9 ||  || Not Implemented
|  || CE-37534-2 ||  || Face recognition error // An occurred during face recognition log-in. It is possible that the face data is corrupted. Step 1: Log in to the system, and re-register the face data. Step 2: If the error occurs again, face data of other users on the PS4 system may be corrupted. Log-in to other user and re-register the face data.
|-
|-
|  || CE-34635-1 ||  || invalid previous input size
|  || CE-37535-3 ||  || Face recognition error // An occurred during face recognition log-in. It is possible that the face data is corrupted. Step 1: Log in to the system, and re-register the face data. Step 2: If the error occurs again, face data of other users on the PS4 system may be corrupted. Log-in to other user and re-register the face data.
|-
|-
|  || CE-34687-8 ||  || pContextRsrc is NULL for S3dConversionExec()
|  || CE-37536-4 ||  || Face recognition error // An occurred during face recognition log-in. It is possible that the face data is corrupted. Step 1: Log in to the system, and re-register the face data. Step 2: If the error occurs again, face data of other users on the PS4 system may be corrupted. Log-in to other user and re-register the face data.
|-
|-
|  || CE-34688-9 ||  || *pContextRsrc setting is invalid for S3dConversionExec()
|  || CE-37537-5 ||  || Face recognition error // An occurred during face recognition log-in. It is possible that the face data is corrupted. Step 1: Log in to the system, and re-register the face data. Step 2: If the error occurs again, face data of other users on the PS4 system may be corrupted. Log-in to other user and re-register the face data.
|-
|-
|  || CE-34689-0 ||  || Allocated memory is invalid for S3dConversionExec()
|  || CE-37538-6 ||  || Face recognition error // An occurred during face recognition log-in. It is possible that the face data is corrupted. Step 1: Log in to the system, and re-register the face data. Step 2: If the error occurs again, face data of other users on the PS4 system may be corrupted. Log-in to other user and re-register the face data.
|-
|-
| || CE-34693-5 || || Application is not active
| SCE_VIDEO_OUT_ERROR_INVALID_OPTION || CE-37573-5 || 0x8029001A || Invalid option argument
|-
|-
|  || CE-34698-0 ||  || Using a RW buffer or texture but setting the memory type to read-only via setResourceMemoryType(). This is determined by checking RWResource inputs to shaders against the RO bit set in the Vsharp or Tsharp.
|  || CE-37700-7 ||  || Download cancelled as the content is not available on the PSS // Step 1: Make sure the content you are trying to download is valid and you hold the license for it. Step 2: If you are trying to preload a title that you have pre-ordered, make sure the content is within the downloadable date and try again later.
|-
|-
|  || CE-34699-1 ||  || stream suspended
|  || CE-37704-1 ||  || Download cancelled due to insufficient space on the HDD // Step 1: Try deleting applications from the Home screen. These can be re-downloaded again later. Step 2: If the error persists when downloading an application update file, try deleting the application first, then re-download the content.
|-
|-
|  || CE-34700-4 ||  || stream aborted
|  || CE-37732-2 ||  || The downloaded file was not installed in the system properly. Downloaded data likely corrupted during the download process // Step 1: Delete the content. Step 2: Try to re-download the file. Step 3: If the error persists, go to [Settings] > [Initialization] > [Initialize PS4] and try the PS4 initialization. Step 4: If the error occurs again and you have previously changed the HDD, swap to the original HDD and reinstall the system software. After system re-installation or initialization, try downloading the content again.
|-
|-
| || CE-34712-7 ||  || Invalid PSVR pointer.
| || CE-37857-0 ||  || PS4 cannot recognize USB storage device // Step 1: Connect the storage device. Step 2: If the storage device is connected but you see this error, disconnect it and reconnect it. Step 3: Select [Sound/Devices] > [Stop Using Extended Storage] and reconnect the device. Make sure it is connected securely. Step 4: Make sure the device is FAT or exFAT formatted. Step 5: If still having issues, see our page on external HDD support.
|-
|-
| || CE-34772-3 || || Invalid argument
| SCE_AUDIO_OUT_ERROR_INVALID_ARG || CE-38516-3 || 0x80260015 || Invalid argument
|-
|-
| || CE-34773-4 || || The path is not in a mapped location
| SCE_AUDIO_OUT_ERROR_INVALID_PARAM || CE-38517-4 || 0x80260016 || Invalid parameter
|-
|-
| || CE-34774-5 || || File not found
| SCE_AUDIO_OUT_ERROR_MASTERING_FATAL || CE-38518-5 || 0x80260200 || FATAL ERROR.
|-
|-
| || CE-34775-6 || || Fatal error
| SCE_AUDIO_OUT_ERROR_MASTERING_INVALID_API_PARAM || CE-38519-6 || 0x80260201 || Invalid mastering API parameter.
|-
|-
| || CE-34776-7 || || Resource not found
| SCE_AUDIO_OUT_ERROR_MASTERING_INVALID_CONFIG || CE-38520-8 || 0x80260202 || Mastering parameter structure is invalid.
|-
|-
| || CE-34777-8 || || Try again
| SCE_AUDIO_OUT_ERROR_MASTERING_NOT_INITIALIZED || CE-38521-9 || 0x80260203 || Mastering is not initialized.
|-
|-
| || CE-34778-9 || || Bad address
| SCE_AUDIO_OUT_ERROR_MASTERING_INVALID_STATES_ID || CE-38522-0 || 0x80260204 || Mastering state ID is invalid.
|-
|-
| || CE-34779-0 || || Invalid argument
| SCE_AUDIO_LATENCY_ESTIMATION_ERROR_FATAL || CE-38523-1 || 0x80260300 || Undefined error
|-
|-
| || CE-34780-2 || || Operation results timed out
| SCE_AUDIO_LATENCY_ESTIMATION_ERROR_INVALID_HANDLE || CE-38524-2 || 0x80260301 || Bad value of handle
|-
|-
| || CE-34781-3 || || Not initialized
| SCE_AUDIO_LATENCY_ESTIMATION_ERROR_INVALID_POINTER || CE-38525-3 || 0x80260302 || Invalid pointer value
|-
|-
|  || CE-34782-4 ||  || Library has been initialized
|  || CE-38604-1 ||  || Cannot download the application since a disc version of the same title is installed // Delete the application, then try to start the download. The console will retain the save data for the game, but any add-ons will need to be downloaded again.
|-
|-
|  || CE-34783-5 ||  || Fatal error
|  || CE-38605-2 ||  || Content download failed on console (issue during download) // Delete the download notification and reinstall the application.
|-
|-
|  || CE-34788-0 || || This update file cannot be used. Connect a USB storage device that contains an update file for reinstallation for version 1.50 or later. // Delete the Update file from the USB storage device, and replace it with a valid one.
|  || CE-38612-0 || 0x80990091 || Application data on HDD may be partially corrupted // Step 1: Back up all saved data on a USB storage device or in the PlayStation Plus Online Storage. Step 2: Delete and reinstall the application. Step 3: If the error persists, go to [Settings] > [Initialization] > [Initialize PS4] > [Quick] and initialize the console. Then install the application. Step 4: If you have upgraded the HDD, try using the original one.
|-
|-
|  || CE-34861-2 ||  || Connection to server failed // Step 1: If you have been able to connect to the Internet previously, PSN or the game's server may be temporarily unavailable. Please check the status of the game's server via its website.[https://support.us.playstation.com/app/answers/detail/a_id/237/session/L2F2LzEvdGltZS8xMzg5OTk2OTQyL3NpZC9UQkNBSURLbA%3D%3D You can check the status of the PSN here]. Step 2: If you have this error every time you try to connect to the Internet, check the SSL in your Internet environment and verify that SSL is available.
|  || CE-38702-0 ||  || Unable to acquire information from the server. You might experience network or Internet connection issues // Step 1: Restart your router. Step 2: Reboot the console. Step 3: Contact ISP to check Internet connection status. Step 4: Reset the router and select [Settings] > [Network] > [Set Up Internet Connection] to reconnect to the router. For details, refer to instructions supplied with the router. Step 5: Update router firmware to the latest version. Step 6: Select [Settings] > [Network] > [Test Internet Connection], and then check your Internet connection status. Step 7: PSN may be temporarily busy. Check its status and try again later. Step 8: A firewall or other security measure might be preventing you from connecting to the network. Make sure your network devices do not block the following port numbers: TCP: 80, 443, 3478, 3479, 3480; UDP: 3478, 3479. Step 9: If unable to connect to a service outside PSN, check the status of that service.
|-
|-
|  || CE-34876-8 ||  || This disc is not supported by the PS4.
|  || CE-38703-1 ||  || Could not connect to the network
|-
|-
|  || CE-34877-9 ||  || Cannot play PlayStation 3 format disc.
|  || CE-38706-4 ||  || Cannot connect to the server // If unable to connect to a service outside PSN, check the status of that service. PSN may be temporarily busy, try again later. Check PSN status. Step 1: Reboot the console. Step 2: Restart your router. Step 3: Contact ISP to check Internet connection status. Step 4: Reset router and select [Settings] > [Network] > [Set Up Internet Connection] and then connect to the router again. For details, refer to instructions supplied with the router. Step 5: Update router firmware to the latest version. Step 6: Select [Settings] > [Network] > [Test Internet Connection], and then check your Internet connection status. Step 7: A firewall or other security measure might be preventing you from connecting to the network. Make sure your network devices do not block the following port numbers: TCP: 80, 443, 3478, 3479, 3480; UDP: 3478, 3479.  
|-
|-
| || CE-34878-0 || || Application has crashed. // Restart the application in the content area.
| SCE_AUDIO_OUT_ERROR_MASTERING_INVALID_FLAGS || CE-39196-8 || 0x80260205 || Specified flags is invalid.
|-
|-
| || CE-35463-1 || || The disc cannot be played // Step 1: Copied media, CD's, and 3D Blu-Ray movies cannot be played. Please verify that the type of disc you're trying to play is supported by the PS4. Step 2: Make sure the disc you're trying to play isn't dirty, scratched, or otherwise damaged.
| SCE_VIDEO_OUT_ERROR_PORT_UNSUPPORTED_FUNCTION || CE-39197-9 || 0x8029001B || Unsupported function with the specified port.
|-
|-
|  || CE-35230-3 ||  || Network Error. Response speed from DNS server is likely delayed. // Step 1: Go to [Settings] > [Network] > [Set Up Internet Connection] > [Custom] and change the DNS settings.
|  || CE-39935-9 ||  || Connection to server failed // Step 1: Restart the PS4. Step 2: PSN or the game's server may be temporarily unavailable. Check the status of the game's server at its website. Check PSN status. Step 3: If the servers are active, run the internet connection test and make sure that you can connect to the internet. Step 4: Update router to the latest firmware. Turn off other devices that are connected to the network to reduce stress. Step 5: Make sure these port numbers are not blocked by the router: TCP: 80, 443, 3478, 3479, 3480; UDP: 3478, 34. If none of this resolve the problem then try again later as the server may be experiencing high volume.
|-
|-
|  || CE-35657-||  || Cannot start the application. Application data may be corrupted. // Step 1: Go to [Notifications] > [Downloads] and delete the failure notification. Step 2: Back up your data using USB device or PS+ online storage, and then go to Safe Mode to try [5.Rebuild Database]. You can find more information on Safe Mode here. Step 3: If the error occurs again, go to [Settings] > [Initialization] > [7. Initialize PS4 (Reinstall System Software)] and try the PS4 initialization.). Note: This requires a USB device with the system update file. Information on updating via USB is located [http://us.playstation.com/support/systemupdates/ps4/new-install/index.htm here].
|  || CE-39984-3 ||  || PS4 console obtained an IP address but could not connect to the internet // Step 1: Confirm your connection settings and try an Internet connection test. Step 2: If you are using a Wi-Fi hotspot, you may need to log in to the hotspot network in order to connect to the Internet. Step 3: If unable to open the PS4's browser, go to [Settings] > [User's Guide] and the wireless hotspot's login screen will appear.
|-
|-
|  || CE-35662-||  || The numbers of chunks for the application and patch do not match.
|  || CE-39985-4 ||  || Connection to server failed // Step 1: Restart the PS4. Step 2: PSN or the game's server may be temporarily unavailable. Check the status of the game's server at its website. Check PSN status. Step 3: If the servers are active, run the internet connection test and make sure that you can connect to the internet. Step 4: Update router to the latest firmware. Turn off other devices that are connected to the network to reduce stress. Step 5: Make sure these port numbers are not blocked by the router: TCP: 80, 443, 3478, 3479, 3480; UDP: 3478, 34. If none of this resolve the problem then try again later as the server may be experiencing high volume.
When creating a patch package of a PlayGo supporting application, the number of chunks included in the patch package must be the same as the game directory.
|-
|-
| || CE-35888-|| || Cannot start the application. // Wrong daughterboard in drive, see also : https://www.youtube.com/watch?feature=player_detailpage&v=pPRvG6oRV1E#t=349 / [[BDP-025]]
| SCE_VIDEO_OUT_ERROR_UNSUPPORTED_OPERATION || CE-40767-4 || 0x8029001C || Unsupported operation
|-
|-
|  || CE-36244-9 || || Downloaded data may be corrupted // Step 1: Delete the content from home screen, then restart the system. Next, re-download the content from the Library. Step 2: If the error persists, go to [Settings] > [Initialization] > [Initialize PS4] and try the PS4 initialization. Step 3: If the error occurs again there may be an issue with the PS4's hard drive (HDD). If you have previously changed the HDD, use the other HDD. If not, please visit our [https://support.us.playstation.com/app/contact_options/session/L2F2LzEvdGltZS8xNDA5MjMwNDkwL3NpZC95WUJERFoqbA%3D%3D Contact page] to contact SCEA for additional technical support.
|  || CE-40768-5 || 0x802A0008 ||
|-
|-
|  || CE-36433-9 ||  || The original application package specified upon creating the patch package and the original application installed onto the Development Kit/Testing Kit may not be matching.
|  || CE-41489-6 ||  || Issue connecting to PSN. The network has likely timed out during the sign-in process.
Check that the original application package specified upon creating the patch package is installed on the Development Kit/Testing Kit.
|-
|-
|  || CE-37533-1 ||  || Face recognition error. // An occurred during face recognition log-in. It is possible that the face data is corrupted. Step 1: Log in to the system, and re-register the face data. Step 2: If the error occurs again, face data of other users on the PS4 system may be corrupted. Log-in to other user and re-register the face data.
|  || CE-41521-3 ||  || Bluetooth device cannot be registered // Bluetooth device might not be supported by PS4. Try another supported Bluetooth device.
|-
|-
|  || CE-37534-2 ||  || Face recognition error. // An occurred during face recognition log-in. It is possible that the face data is corrupted. Step 1: Log in to the system, and re-register the face data. Step 2: If the error occurs again, face data of other users on the PS4 system may be corrupted. Log-in to other user and re-register the face data.
|  || CE-41902-6 ||  || Connected USB storage device not compatible with the PS4 (incompatible USB device, damaged USB slot or cable, or USB device not connected properly) // Step 1: Make sure the storage device fulfills these requirements: 250 GB minimum, 8 TB maximum capacity, formatted as FAT or exFAT, and USB 3.0 or later. Step 2: If it meets these requirements, try connecting to another USB slot on the console. Step 3: Try using another USB cable if you have one. Step 4: Connect the USB storage quickly and firmly (connecting too slowly may prevent the USB storage from being recognized).
|-
|-
|  || CE-37535-3 ||  || Face recognition error. // An occurred during face recognition log-in. It is possible that the face data is corrupted. Step 1: Log in to the system, and re-register the face data. Step 2: If the error occurs again, face data of other users on the PS4 system may be corrupted. Log-in to other user and re-register the face data.
|  || CE-42288-4 ||  || Error while connecting to PSN // Step 1: Try setting up your internet connection again. Step 2: Turn off your router, wait at least 5 minutes, and then turn it back on. Step 3: Try updating your router's firmware (for details on how to update, contact your router vendor). Step 4: Start the PS4 in Safe Mode and select [Rebuild Database].
|-
|-
|  || CE-37536-4 ||  || Face recognition error. // An occurred during face recognition log-in. It is possible that the face data is corrupted. Step 1: Log in to the system, and re-register the face data. Step 2: If the error occurs again, face data of other users on the PS4 system may be corrupted. Log-in to other user and re-register the face data.
|  || CE-42747-4 ||  || Console system software is outdated // A mandatory system software update is required before you can connect to PSN. Update console to the latest system software.
|-
|-
|  || CE-37537-5 ||  || Face recognition error. // An occurred during face recognition log-in. It is possible that the face data is corrupted. Step 1: Log in to the system, and re-register the face data. Step 2: If the error occurs again, face data of other users on the PS4 system may be corrupted. Log-in to other user and re-register the face data.
|  || CE-46062-8 ||  || Application error (issue with the application version) // Step 1: Go to [Library] and highlight the application. Step 2: Press the OPTIONS button and select [Check for Update]. Step 3: If an update is available, follow the instructions to install the update.
|-
|  || CE-37538-6 ||  || Face recognition error. // An occurred during face recognition log-in. It is possible that the face data is corrupted. Step 1: Log in to the system, and re-register the face data. Step 2: If the error occurs again, face data of other users on the PS4 system may be corrupted. Log-in to other user and re-register the face data.
|-
|-
|}<noinclude>[[Category:Development]][[Category:Main]]</noinclude>
|}<noinclude>[[Category:Development]][[Category:Main]]</noinclude>
CE-30001-4,0x80020001,SCE_KERNEL_ERROR_EPERM
CE-30002-5,0x80020002,SCE_KERNEL_ERROR_ENOENT
CE-30003-6,0x80020003,SCE_KERNEL_ERROR_ESRCH
CE-30004-7,0x80020004,SCE_KERNEL_ERROR_EINTR
CE-30005-8,0x80020005,SCE_KERNEL_ERROR_EIO
CE-30006-9,0x80020006,SCE_KERNEL_ERROR_ENXIO
CE-30007-0,0x80020007,SCE_KERNEL_ERROR_E2BIG
CE-30008-1,0x80020008,SCE_KERNEL_ERROR_ENOEXEC
CE-30009-2,0x80020009,SCE_KERNEL_ERROR_EBADF
CE-30010-4,0x8002000A,SCE_KERNEL_ERROR_ECHILD
CE-30011-5,0x8002000B,SCE_KERNEL_ERROR_EDEADLK
CE-30012-6,0x8002000C,SCE_KERNEL_ERROR_ENOMEM
CE-30013-7,0x8002000D,SCE_KERNEL_ERROR_EACCES
CE-30014-8,0x8002000E,SCE_KERNEL_ERROR_EFAULT
CE-30015-9,0x8002000F,SCE_KERNEL_ERROR_ENOTBLK
CE-30016-0,0x80020010,SCE_KERNEL_ERROR_EBUSY
CE-30017-1,0x80020011,SCE_KERNEL_ERROR_EEXIST
CE-30018-2,0x80020012,SCE_KERNEL_ERROR_EXDEV
CE-30019-3,0x80020013,SCE_KERNEL_ERROR_ENODEV
CE-30020-5,0x80020014,SCE_KERNEL_ERROR_ENOTDIR
CE-30021-6,0x80020015,SCE_KERNEL_ERROR_EISDIR
CE-30022-7,0x80020016,SCE_KERNEL_ERROR_EINVAL
CE-30023-8,0x80020017,SCE_KERNEL_ERROR_ENFILE
CE-30024-9,0x80020018,SCE_KERNEL_ERROR_EMFILE
CE-30025-0,0x80020019,SCE_KERNEL_ERROR_ENOTTY
CE-30026-1,0x8002001A,SCE_KERNEL_ERROR_ETXTBSY
CE-30027-2,0x8002001B,SCE_KERNEL_ERROR_EFBIG
CE-30028-3,0x8002001C,SCE_KERNEL_ERROR_ENOSPC
CE-30029-4,0x8002001D,SCE_KERNEL_ERROR_ESPIPE
CE-30030-6,0x8002001E,SCE_KERNEL_ERROR_EROFS
CE-30031-7,0x8002001F,SCE_KERNEL_ERROR_EMLINK
CE-30032-8,0x80020020,SCE_KERNEL_ERROR_EPIPE
CE-30033-9,0x80020021,SCE_KERNEL_ERROR_EDOM
CE-30034-0,0x80020022,SCE_KERNEL_ERROR_ERANGE
CE-30035-1,0x80020023,SCE_KERNEL_ERROR_EAGAIN
CE-30035-1,0x80020023,SCE_KERNEL_ERROR_EWOULDBLOCK
CE-30036-2,0x80020024,SCE_KERNEL_ERROR_EINPROGRESS
CE-30037-3,0x80020025,SCE_KERNEL_ERROR_EALREADY
CE-30038-4,0x80020026,SCE_KERNEL_ERROR_ENOTSOCK
CE-30039-5,0x80020027,SCE_KERNEL_ERROR_EDESTADDRREQ
CE-30040-7,0x80020028,SCE_KERNEL_ERROR_EMSGSIZE
CE-30041-8,0x80020029,SCE_KERNEL_ERROR_EPROTOTYPE
CE-30042-9,0x8002002A,SCE_KERNEL_ERROR_ENOPROTOOPT
CE-30043-0,0x8002002B,SCE_KERNEL_ERROR_EPROTONOSUPPORT
CE-30044-1,0x8002002C,SCE_KERNEL_ERROR_ESOCKTNOSUPPORT
CE-30045-2,0x8002002D,SCE_KERNEL_ERROR_ENOTSUP
CE-30045-2,0x8002002D,SCE_KERNEL_ERROR_EOPNOTSUPP
CE-30046-3,0x8002002E,SCE_KERNEL_ERROR_EPFNOSUPPORT
CE-30047-4,0x8002002F,SCE_KERNEL_ERROR_EAFNOSUPPORT
CE-30048-5,0x80020030,SCE_KERNEL_ERROR_EADDRINUSE
CE-30049-6,0x80020031,SCE_KERNEL_ERROR_EADDRNOTAVAIL
CE-30050-8,0x80020032,SCE_KERNEL_ERROR_ENETDOWN
CE-30051-9,0x80020033,SCE_KERNEL_ERROR_ENETUNREACH
CE-30052-0,0x80020034,SCE_KERNEL_ERROR_ENETRESET
CE-30053-1,0x80020035,SCE_KERNEL_ERROR_ECONNABORTED
CE-30054-2,0x80020036,SCE_KERNEL_ERROR_ECONNRESET
CE-30055-3,0x80020037,SCE_KERNEL_ERROR_ENOBUFS
CE-30056-4,0x80020038,SCE_KERNEL_ERROR_EISCONN
CE-30057-5,0x80020039,SCE_KERNEL_ERROR_ENOTCONN
CE-30058-6,0x8002003A,SCE_KERNEL_ERROR_ESHUTDOWN
CE-30059-7,0x8002003B,SCE_KERNEL_ERROR_ETOOMANYREFS
CE-30060-9,0x8002003C,SCE_KERNEL_ERROR_ETIMEDOUT
CE-30061-0,0x8002003D,SCE_KERNEL_ERROR_ECONNREFUSED
CE-30062-1,0x8002003E,SCE_KERNEL_ERROR_ELOOP
CE-30063-2,0x8002003F,SCE_KERNEL_ERROR_ENAMETOOLONG
CE-30064-3,0x80020040,SCE_KERNEL_ERROR_EHOSTDOWN
CE-30065-4,0x80020041,SCE_KERNEL_ERROR_EHOSTUNREACH
CE-30066-5,0x80020042,SCE_KERNEL_ERROR_ENOTEMPTY
CE-30067-6,0x80020043,SCE_KERNEL_ERROR_EPROCLIM
CE-30068-7,0x80020044,SCE_KERNEL_ERROR_EUSERS
CE-30069-8,0x80020045,SCE_KERNEL_ERROR_EDQUOT
CE-30070-0,0x80020046,SCE_KERNEL_ERROR_ESTALE
CE-30071-1,0x80020047,SCE_KERNEL_ERROR_EREMOTE
CE-30072-2,0x80020048,SCE_KERNEL_ERROR_EBADRPC
CE-30073-3,0x80020049,SCE_KERNEL_ERROR_ERPCMISMATCH
CE-30074-4,0x8002004A,SCE_KERNEL_ERROR_EPROGUNAVAIL
CE-30075-5,0x8002004B,SCE_KERNEL_ERROR_EPROGMISMATCH
CE-30076-6,0x8002004C,SCE_KERNEL_ERROR_EPROCUNAVAIL
CE-30077-7,0x8002004D,SCE_KERNEL_ERROR_ENOLCK
CE-30078-8,0x8002004E,SCE_KERNEL_ERROR_ENOSYS
CE-30079-9,0x8002004F,SCE_KERNEL_ERROR_EFTYPE
CE-30080-1,0x80020050,SCE_KERNEL_ERROR_EAUTH
CE-30081-2,0x80020051,SCE_KERNEL_ERROR_ENEEDAUTH
CE-30082-3,0x80020052,SCE_KERNEL_ERROR_EIDRM
CE-30083-4,0x80020053,SCE_KERNEL_ERROR_ENOMSG
CE-30084-5,0x80020054,SCE_KERNEL_ERROR_EOVERFLOW
CE-30085-6,0x80020055,SCE_KERNEL_ERROR_ECANCELED
CE-30086-7,0x80020056,SCE_KERNEL_ERROR_EILSEQ
CE-30087-8,0x80020057,SCE_KERNEL_ERROR_ENOATTR
CE-30088-9,0x80020058,SCE_KERNEL_ERROR_EDOOFUS
CE-30089-0,0x80020059,SCE_KERNEL_ERROR_EBADMSG
CE-30090-2,0x8002005A,SCE_KERNEL_ERROR_EMULTIHOP
CE-30091-3,0x8002005B,SCE_KERNEL_ERROR_ENOLINK
CE-30092-4,0x8002005C,SCE_KERNEL_ERROR_EPROTO
CE-30093-5,0x8002005D,SCE_KERNEL_ERROR_ENOTCAPABLE
CE-30094-6,0x8002005E,SCE_KERNEL_ERROR_ECAPMODE
CE-30095-7,0x8002005F,SCE_KERNEL_ERROR_ENOBLK
CE-30614-4,0x80120001,SCE_SYSFILE_ERROR_NOMEM
CE-30615-5,0x80120002,SCE_SYSFILE_ERROR_IO
CE-30616-6,0x80120003,SCE_SYSFILE_ERROR_INVAL
CE-30617-7,0x80120004,SCE_SYSFILE_ERROR_BADMAGIC
CE-30618-8,0x80120005,SCE_SYSFILE_ERROR_KEYNOTFOUND
CE-30619-9,0x80120006,SCE_SYSFILE_ERROR_KEYDUPLICATION
CE-30620-1,0x80120007,SCE_SYSFILE_ERROR_BADVERSION
CE-30621-2,0x80120008,SCE_SYSFILE_ERROR_OVER_DATABUFSIZE
CE-30791-0,0x80240001,SCE_USBD_ERROR_IO
CE-30792-1,0x80240002,SCE_USBD_ERROR_INVALID_ARG
CE-30793-2,0x80240003,SCE_USBD_ERROR_ACCESS
CE-30794-3,0x80240004,SCE_USBD_ERROR_NO_DEVICE
CE-30795-4,0x80240005,SCE_USBD_ERROR_NOT_FOUND
CE-30796-5,0x80240006,SCE_USBD_ERROR_BUSY
CE-30797-6,0x80240007,SCE_USBD_ERROR_TIMEOUT
CE-30798-7,0x80240008,SCE_USBD_ERROR_OVERFLOW
CE-30799-8,0x80240009,SCE_USBD_ERROR_PIPE
CE-30800-1,0x8024000A,SCE_USBD_ERROR_INTERRUPTED
CE-30801-2,0x8024000B,SCE_USBD_ERROR_NO_MEM
CE-30802-3,0x8024000C,SCE_USBD_ERROR_NOT_SUPPORTED
CE-30803-4,0x802400FF,SCE_USBD_ERROR_FATAL
CE-30804-5,0x80260001,SCE_AUDIO_OUT_ERROR_NOT_OPENED
CE-30805-6,0x80260002,SCE_AUDIO_OUT_ERROR_BUSY
CE-30806-7,0x80260003,SCE_AUDIO_OUT_ERROR_INVALID_PORT
CE-30807-8,0x80260004,SCE_AUDIO_OUT_ERROR_INVALID_POINTER
CE-30808-9,0x80260005,SCE_AUDIO_OUT_ERROR_PORT_FULL
CE-30809-0,0x80260006,SCE_AUDIO_OUT_ERROR_INVALID_SIZE
CE-30810-2,0x80260007,SCE_AUDIO_OUT_ERROR_INVALID_FORMAT
CE-30811-3,0x80260008,SCE_AUDIO_OUT_ERROR_INVALID_SAMPLE_FREQ
CE-30812-4,0x80260009,SCE_AUDIO_OUT_ERROR_INVALID_VOLUME
CE-30813-5,0x8026000A,SCE_AUDIO_OUT_ERROR_INVALID_PORT_TYPE
CE-30814-6,0x8026000C,SCE_AUDIO_OUT_ERROR_INVALID_CONF_TYPE
CE-30815-7,0x8026000D,SCE_AUDIO_OUT_ERROR_OUT_OF_MEMORY
CE-30816-8,0x8026000E,SCE_AUDIO_OUT_ERROR_ALREADY_INIT
CE-30817-9,0x8026000F,SCE_AUDIO_OUT_ERROR_NOT_INIT
CE-30818-0,0x80260010,SCE_AUDIO_OUT_ERROR_MEMORY
CE-30819-1,0x80260011,SCE_AUDIO_OUT_ERROR_SYSTEM_RESOURCE
CE-30820-3,0x80260012,SCE_AUDIO_OUT_ERROR_TRANS_EVENT
CE-30821-4,0x80260013,SCE_AUDIO_OUT_ERROR_INVALID_FLAG
CE-30822-5,0x80260100,SCE_AUDIO_IN_ERROR_FATAL
CE-30823-6,0x80260101,SCE_AUDIO_IN_ERROR_INVALID_HANDLE
CE-30824-7,0x80260102,SCE_AUDIO_IN_ERROR_INVALID_SIZE
CE-30825-8,0x80260103,SCE_AUDIO_IN_ERROR_INVALID_FREQ
CE-30826-9,0x80260104,SCE_AUDIO_IN_ERROR_INVALID_TYPE
CE-30827-0,0x80260105,SCE_AUDIO_IN_ERROR_INVALID_POINTER
CE-30828-1,0x80260106,SCE_AUDIO_IN_ERROR_INVALID_PARAM
CE-30829-2,0x80260107,SCE_AUDIO_IN_ERROR_PORT_FULL
CE-30830-4,0x80260108,SCE_AUDIO_IN_ERROR_OUT_OF_MEMORY
CE-30831-5,0x80260109,SCE_AUDIO_IN_ERROR_NOT_OPENED
CE-30832-6,0x8026010A,SCE_AUDIO_IN_ERROR_BUSY
CE-30833-7,0x8026010B,SCE_AUDIO_IN_ERROR_SYSTEM_MEMORY
CE-30834-8,0x8026010C,SCE_AUDIO_IN_ERROR_SYSTEM_IPC
CE-30836-0,0x80290001,SCE_VIDEO_OUT_ERROR_INVALID_VALUE
CE-30837-1,0x80290002,SCE_VIDEO_OUT_ERROR_INVALID_ADDRESS
CE-30838-2,0x80290003,SCE_VIDEO_OUT_ERROR_INVALID_PIXEL_FORMAT
CE-30839-3,0x80290004,SCE_VIDEO_OUT_ERROR_INVALID_PITCH
CE-30840-5,0x80290005,SCE_VIDEO_OUT_ERROR_INVALID_RESOLUTION
CE-30841-6,0x80290006,SCE_VIDEO_OUT_ERROR_INVALID_FLIP_MODE
CE-30842-7,0x80290007,SCE_VIDEO_OUT_ERROR_INVALID_TILING_MODE
CE-30843-8,0x80290008,SCE_VIDEO_OUT_ERROR_INVALID_ASPECT_RATIO
CE-30844-9,0x80290009,SCE_VIDEO_OUT_ERROR_RESOURCE_BUSY
CE-30845-0,0x8029000A,SCE_VIDEO_OUT_ERROR_INVALID_INDEX
CE-30846-1,0x8029000B,SCE_VIDEO_OUT_ERROR_INVALID_HANDLE
CE-30847-2,0x8029000C,SCE_VIDEO_OUT_ERROR_INVALID_EVENT_QUEUE
CE-30848-3,0x8029000D,SCE_VIDEO_OUT_ERROR_INVALID_EVENT
CE-30849-4,0x8029000F,SCE_VIDEO_OUT_ERROR_NO_EMPTY_SLOT
CE-30850-6,0x80290010,SCE_VIDEO_OUT_ERROR_SLOT_OCCUPIED
CE-30851-7,0x80290012,SCE_VIDEO_OUT_ERROR_FLIP_QUEUE_FULL
CE-30852-8,0x80290013,SCE_VIDEO_OUT_ERROR_INVALID_MEMORY
CE-30853-9,0x80290014,SCE_VIDEO_OUT_ERROR_MEMORY_NOT_PHYSICALLY_CONTIGUOUS
CE-30854-0,0x80290015,SCE_VIDEO_OUT_ERROR_MEMORY_INVALID_ALIGNMENT
CE-30855-1,0x80290016,SCE_VIDEO_OUT_ERROR_UNSUPPORTED_OUTPUT_MODE
CE-30856-2,0x802900FE,SCE_VIDEO_OUT_ERROR_UNKNOWN
CE-30857-3,0x802900FF,SCE_VIDEO_OUT_ERROR_FATAL
CE-30858-4,0x8029100C,SCE_VIDEO_OUT_ERROR_ENOMEM
CE-30866-3,0x802E0000,SCE_CAMERA_ERROR_PARAM
CE-30867-4,0x802E0001,SCE_CAMERA_ERROR_ALREADY_INIT
CE-30868-5,0x802E0002,SCE_CAMERA_ERROR_NOT_INIT
CE-30869-6,0x802E0003,SCE_CAMERA_ERROR_ALREADY_OPEN
CE-30870-8,0x802E0004,SCE_CAMERA_ERROR_NOT_OPEN
CE-30871-9,0x802E0005,SCE_CAMERA_ERROR_ALREADY_START
CE-30872-0,0x802E0006,SCE_CAMERA_ERROR_NOT_START
CE-30873-1,0x802E0007,SCE_CAMERA_ERROR_FORMAT_UNKNOWN
CE-30874-2,0x802E0008,SCE_CAMERA_ERROR_RESOLUTION_UNKNOWN
CE-30875-3,0x802E0009,SCE_CAMERA_ERROR_BAD_FRAMERATE
CE-30876-4,0x802E000A,SCE_CAMERA_ERROR_TIMEOUT
CE-30877-5,0x802E000B,SCE_CAMERA_ERROR_ATTRIBUTE_UNKNOWN
CE-30878-6,0x802E000C,SCE_CAMERA_ERROR_BUSY
CE-30879-7,0x802E000D,SCE_CAMERA_ERROR_UNKNOWN_CONFIG
CE-30880-9,0x802E000F,SCE_CAMERA_ERROR_ALREADY_READ
CE-30881-0,0x802E0010,SCE_CAMERA_ERROR_NOT_CONNECTED
CE-30882-1,0x802E0011,SCE_CAMERA_ERROR_NOT_SUPPORTED
CE-30883-2,0x802E0013,SCE_CAMERA_ERROR_INVALID_CONFIG
CE-30884-3,0x802E0014,SCE_CAMERA_ERROR_MAX_HANDLE
CE-30885-4,0x802E00FB,SCE_CAMERA_ERROR_MAX_PROCESS
CE-30886-5,0x802E00FC,SCE_CAMERA_ERROR_COPYOUT_FAILED
CE-30887-6,0x802E00FD,SCE_CAMERA_ERROR_COPYIN_FAILED
CE-30888-7,0x802E00FE,SCE_CAMERA_ERROR_KPROC_CREATE
CE-30889-8,0x802E00FF,SCE_CAMERA_ERROR_FATAL
CE-31138-6,0x803B0101,SCE_HID_ERROR_ALREADY_LOGGED_OUT
CE-31493-0,0x80460001,SCE_FONT_ERROR_FATAL
CE-31494-1,0x80460002,SCE_FONT_ERROR_INVALID_PARAMETER
CE-31495-2,0x80460003,SCE_FONT_ERROR_INVALID_MEMORY
CE-31496-3,0x80460004,SCE_FONT_ERROR_INVALID_LIBRARY
CE-31497-4,0x80460005,SCE_FONT_ERROR_INVALID_FONT_HANDLE
CE-31498-5,0x80460006,SCE_FONT_ERROR_INVALID_GLYPH
CE-31499-6,0x80460007,SCE_FONT_ERROR_INVALID_RENDERER
CE-31500-9,0x80460010,SCE_FONT_ERROR_ALLOCATION_FAILED
CE-31501-0,0x80460011,SCE_FONT_ERROR_FS_OPEN_FAILED
CE-31502-1,0x80460018,SCE_FONT_ERROR_NO_SUPPORT_LIBRARY
CE-31503-2,0x80460019,SCE_FONT_ERROR_NO_SUPPORT_FORMAT
CE-31504-3,0x80460020,SCE_FONT_ERROR_NO_SUPPORT_FUNCTION
CE-31505-4,0x80460021,SCE_FONT_ERROR_ALREADY_SPECIFIED
CE-31506-5,0x80460022,SCE_FONT_ERROR_ALREADY_ATTACHED
CE-31507-6,0x80460023,SCE_FONT_ERROR_ALREADY_OPENED
CE-31508-7,0x80460025,SCE_FONT_ERROR_NOT_ATTACHED_CACHE_BUFFER
CE-31509-8,0x80460031,SCE_FONT_ERROR_NO_SUPPORT_FONTSET
CE-31510-0,0x80460033,SCE_FONT_ERROR_FONT_OPEN_MAX
CE-31511-1,0x80460036,SCE_FONT_ERROR_FONT_OPEN_FAILED
CE-31512-2,0x80460037,SCE_FONT_ERROR_FONT_CLOSE_FAILED
CE-31513-3,0x80460041,SCE_FONT_ERROR_NO_SUPPORT_CODE
CE-31514-4,0x80460042,SCE_FONT_ERROR_NO_SUPPORT_GLYPH
CE-31515-5,0x80460050,SCE_FONT_ERROR_NO_SUPPORT_SURFACE
CE-31516-6,0x80460058,SCE_FONT_ERROR_UNSET_PARAMETER
CE-31517-7,0x80460060,SCE_FONT_ERROR_ALREADY_BOUND_RENDERER
CE-31518-8,0x80460061,SCE_FONT_ERROR_NOT_BOUND_RENDERER
CE-31519-9,0x80460063,SCE_FONT_ERROR_RENDERER_ALLOCATION_FAILED
CE-31520-1,0x80460065,SCE_FONT_ERROR_RENDERER_RENDER_FAILED
CE-31521-2,0x80480100,SCE_MD5_ERROR_INVALID_POINTER
CE-31522-3,0x80480101,SCE_MD5_ERROR_INVALID_STATE
CE-31523-4,0x80480102,SCE_MD5_ERROR_UNINITIALIZED_CONTEXT
CE-31524-5,0x80480200,SCE_SHA0_ERROR_INVALID_POINTER
CE-31525-6,0x80480201,SCE_SHA0_ERROR_INVALID_STATE
CE-31526-7,0x80480202,SCE_SHA0_ERROR_UNINITIALIZED_CONTEXT
CE-31527-8,0x80480300,SCE_SHA1_ERROR_INVALID_POINTER
CE-31528-9,0x80480301,SCE_SHA1_ERROR_INVALID_STATE
CE-31529-0,0x80480302,SCE_SHA1_ERROR_UNINITIALIZED_CONTEXT
CE-31530-2,0x80480400,SCE_SHA224_ERROR_INVALID_POINTER
CE-31531-3,0x80480401,SCE_SHA224_ERROR_INVALID_STATE
CE-31532-4,0x80480402,SCE_SHA224_ERROR_UNINITIALIZED_CONTEXT
CE-31533-5,0x80480500,SCE_SHA256_ERROR_INVALID_POINTER
CE-31534-6,0x80480501,SCE_SHA256_ERROR_INVALID_STATE
CE-31535-7,0x80480502,SCE_SHA256_ERROR_UNINITIALIZED_CONTEXT
CE-31536-8,0x80480600,SCE_SHA384_ERROR_INVALID_POINTER
CE-31537-9,0x80480601,SCE_SHA384_ERROR_INVALID_STATE
CE-31538-0,0x80480602,SCE_SHA384_ERROR_UNINITIALIZED_CONTEXT
CE-31539-1,0x80480700,SCE_SHA512_ERROR_INVALID_POINTER
CE-31540-3,0x80480701,SCE_SHA512_ERROR_INVALID_STATE
CE-31541-4,0x80480702,SCE_SHA512_ERROR_UNINITIALIZED_CONTEXT
CE-31542-5,0x80480800,SCE_SHA512T_ERROR_INVALID_POINTER
CE-31543-6,0x80480801,SCE_SHA512T_ERROR_INVALID_STATE
CE-31544-7,0x80480802,SCE_SHA512T_ERROR_INVALID_DIGEST_SIZE
CE-31545-8,0x80480803,SCE_SHA512T_ERROR_UNINITIALIZED_CONTEXT
CE-31546-9,0x80481000,SCE_HMAC_ERROR_INVALID_POINTER
CE-31547-0,0x80481002,SCE_HMAC_ERROR_INVALID_DIGEST_SIZE
CE-31548-1,0x80490100,SCE_MT19937_ERROR_INVALID_POINTER
CE-31549-2,0x80490200,SCE_SFMT607_ERROR_INVALID_POINTER
CE-31550-4,0x80490201,SCE_SFMT607_ERROR_INVALID_STATE
CE-31551-5,0x80490202,SCE_SFMT607_ERROR_INVALID_SIZE
CE-31552-6,0x80490300,SCE_SFMT1279_ERROR_INVALID_POINTER
CE-31553-7,0x80490301,SCE_SFMT1279_ERROR_INVALID_STATE
CE-31554-8,0x80490302,SCE_SFMT1279_ERROR_INVALID_SIZE
CE-31555-9,0x80490400,SCE_SFMT2281_ERROR_INVALID_POINTER
CE-31556-0,0x80490401,SCE_SFMT2281_ERROR_INVALID_STATE
CE-31557-1,0x80490402,SCE_SFMT2281_ERROR_INVALID_SIZE
CE-31558-2,0x80490500,SCE_SFMT4253_ERROR_INVALID_POINTER
CE-31559-3,0x80490501,SCE_SFMT4253_ERROR_INVALID_STATE
CE-31560-5,0x80490502,SCE_SFMT4253_ERROR_INVALID_SIZE
CE-31561-6,0x80490600,SCE_SFMT11213_ERROR_INVALID_POINTER
CE-31562-7,0x80490601,SCE_SFMT11213_ERROR_INVALID_STATE
CE-31563-8,0x80490602,SCE_SFMT11213_ERROR_INVALID_SIZE
CE-31564-9,0x80490700,SCE_SFMT19937_ERROR_INVALID_POINTER
CE-31565-0,0x80490701,SCE_SFMT19937_ERROR_INVALID_STATE
CE-31566-1,0x80490702,SCE_SFMT19937_ERROR_INVALID_SIZE
CE-31567-2,0x80490800,SCE_SFMT44497_ERROR_INVALID_POINTER
CE-31568-3,0x80490801,SCE_SFMT44497_ERROR_INVALID_STATE
CE-31569-4,0x80490802,SCE_SFMT44497_ERROR_INVALID_SIZE
CE-31570-6,0x80490900,SCE_SFMT86243_ERROR_INVALID_POINTER
CE-31571-7,0x80490901,SCE_SFMT86243_ERROR_INVALID_STATE
CE-31572-8,0x80490902,SCE_SFMT86243_ERROR_INVALID_SIZE
CE-31573-9,0x80490A00,SCE_SFMT132049_ERROR_INVALID_POINTER
CE-31574-0,0x80490A01,SCE_SFMT132049_ERROR_INVALID_STATE
CE-31575-1,0x80490A02,SCE_SFMT132049_ERROR_INVALID_SIZE
CE-31576-2,0x80490B00,SCE_SFMT216091_ERROR_INVALID_POINTER
CE-31577-3,0x80490B01,SCE_SFMT216091_ERROR_INVALID_STATE
CE-31578-4,0x80490B02,SCE_SFMT216091_ERROR_INVALID_SIZE
CE-31579-5,0x804A0001,SCE_NGS2_ERROR_FAIL
CE-31580-7,0x804A0050,SCE_NGS2_ERROR_INVALID_MAX_GRAIN_SAMPLES
CE-31581-8,0x804A0051,SCE_NGS2_ERROR_INVALID_NUM_GRAIN_SAMPLES
CE-31582-9,0x804A0052,SCE_NGS2_ERROR_INVALID_NUM_CHANNELS
CE-31583-0,0x804A0053,SCE_NGS2_ERROR_INVALID_OUT_ADDRESS
CE-31584-1,0x804A0054,SCE_NGS2_ERROR_INVALID_OUT_SIZE
CE-31585-2,0x804A0080,SCE_NGS2_ERROR_INVALID_OPTION_ADDRESS
CE-31586-3,0x804A0081,SCE_NGS2_ERROR_INVALID_OPTION_SIZE
CE-31587-4,0x804A0082,SCE_NGS2_ERROR_INVALID_OPTION_FLAG
CE-31588-5,0x804A0100,SCE_NGS2_ERROR_INVALID_MAX_MATRICES
CE-31589-6,0x804A0101,SCE_NGS2_ERROR_INVALID_MAX_PORTS
CE-31590-8,0x804A0102,SCE_NGS2_ERROR_INVALID_MAX_INPUT_DELAY_BLOCKS
CE-31591-9,0x804A0103,SCE_NGS2_ERROR_INVALID_MAX_VOICES
CE-31592-0,0x804A0104,SCE_NGS2_ERROR_INVALID_MAX_CHANNELS
CE-31593-1,0x804A0105,SCE_NGS2_ERROR_INVALID_MAX_CHANNEL_WORKS
CE-31594-2,0x804A0106,SCE_NGS2_ERROR_INVALID_MAX_WAVEFORM_BLOCKS
CE-31595-3,0x804A0107,SCE_NGS2_ERROR_INVALID_MAX_ENVELOPE_POINTS
CE-31596-4,0x804A0108,SCE_NGS2_ERROR_INVALID_MAX_FILTERS
CE-31597-5,0x804A0109,SCE_NGS2_ERROR_INVALID_MAX_CODEC_CACHES
CE-31598-6,0x804A010A,SCE_NGS2_ERROR_INVALID_MAX_ATRAC9_DECODERS
CE-31599-7,0x804A010B,SCE_NGS2_ERROR_INVALID_MAX_ATRAC9_CHANNEL_WORKS
CE-31600-0,0x804A010C,SCE_NGS2_ERROR_INVALID_MAX_INPUTS
CE-31601-1,0x804A0150,SCE_NGS2_ERROR_INVALID_NUM_MATRIX_LEVELS
CE-31602-2,0x804A0151,SCE_NGS2_ERROR_INVALID_NUM_WAVEFORM_BLOCKS
CE-31603-3,0x804A0152,SCE_NGS2_ERROR_INVALID_NUM_ENVELOPE_POINTS
CE-31604-4,0x804A0153,SCE_NGS2_ERROR_INVALID_MATRIX_LEVEL_ADDRESS
CE-31605-5,0x804A0154,SCE_NGS2_ERROR_INVALID_WAVEFORM_BLOCK_ADDRESS
CE-31606-6,0x804A0155,SCE_NGS2_ERROR_INVALID_ENVELOPE_POINT_ADDRESS
CE-31607-7,0x804A0156,SCE_NGS2_ERROR_INVALID_NUM_PEAKMETER_BLOCKS
CE-31608-8,0x804A0200,SCE_NGS2_ERROR_INVALID_HANDLE
CE-31609-9,0x804A0201,SCE_NGS2_ERROR_INVALID_SAMPLE_RATE
CE-31610-1,0x804A0202,SCE_NGS2_ERROR_INVALID_REPORT_TYPE
CE-31611-2,0x804A0203,SCE_NGS2_ERROR_INVALID_REPORT_HANDLER
CE-31612-3,0x804A0204,SCE_NGS2_ERROR_INVALID_REPORT_HANDLE
CE-31613-4,0x804A0205,SCE_NGS2_ERROR_EMPTY_REPORT_HANDLE
CE-31614-5,0x804A0206,SCE_NGS2_ERROR_INVALID_BUFFER_INFO
CE-31615-6,0x804A0207,SCE_NGS2_ERROR_INVALID_BUFFER_ADDRESS
CE-31616-7,0x804A0208,SCE_NGS2_ERROR_INVALID_BUFFER_ALIGN
CE-31617-8,0x804A0209,SCE_NGS2_ERROR_INVALID_BUFFER_SIZE
CE-31618-9,0x804A020A,SCE_NGS2_ERROR_INVALID_BUFFER_ALLOCATOR
CE-31619-0,0x804A020B,SCE_NGS2_ERROR_BUFFER_BROKEN
CE-31620-2,0x804A020C,SCE_NGS2_ERROR_EMPTY_BUFFER
CE-31621-3,0x804A0230,SCE_NGS2_ERROR_INVALID_SYSTEM_HANDLE
CE-31622-4,0x804A0260,SCE_NGS2_ERROR_INVALID_RACK_ID
CE-31623-5,0x804A0261,SCE_NGS2_ERROR_INVALID_RACK_HANDLE
CE-31624-6,0x804A0300,SCE_NGS2_ERROR_INVALID_VOICE_HANDLE
CE-31625-7,0x804A0301,SCE_NGS2_ERROR_UNINIT_VOICE
CE-31626-8,0x804A0302,SCE_NGS2_ERROR_INVALID_VOICE_INDEX
CE-31627-9,0x804A0303,SCE_NGS2_ERROR_INVALID_EVENT_TYPE
CE-31628-0,0x804A0304,SCE_NGS2_ERROR_INVALID_PORT_INDEX
CE-31629-1,0x804A0305,SCE_NGS2_ERROR_INVALID_PATCH
CE-31630-3,0x804A0306,SCE_NGS2_ERROR_EMPTY_CHANNEL_WORK
CE-31631-4,0x804A0307,SCE_NGS2_ERROR_EMPTY_CODEC_DECODER
CE-31632-5,0x804A0308,SCE_NGS2_ERROR_INVALID_VOICE_CONTROL_ID
CE-31633-6,0x804A0309,SCE_NGS2_ERROR_INVALID_VOICE_CONTROL_ADDRESS
CE-31634-7,0x804A030A,SCE_NGS2_ERROR_INVALID_VOICE_CONTROL_SIZE
CE-31635-8,0x804A030B,SCE_NGS2_ERROR_DETECTED_CIRCULAR_VOICE_CONTROL
CE-31636-9,0x804A0400,SCE_NGS2_ERROR_INVALID_WAVEFORM_FORMAT
CE-31637-0,0x804A0401,SCE_NGS2_ERROR_UNKNOWN_WAVEFORM_FORMAT
CE-31638-1,0x804A0402,SCE_NGS2_ERROR_INVALID_WAVEFORM_TYPE
CE-31639-2,0x804A0403,SCE_NGS2_ERROR_INVALID_WAVEFORM_CONFIG
CE-31640-4,0x804A0404,SCE_NGS2_ERROR_INVALID_WAVEFORM_SAMPLE_RATE
CE-31641-5,0x804A0405,SCE_NGS2_ERROR_INVALID_WAVEFORM_FRAME
CE-31642-6,0x804A0406,SCE_NGS2_ERROR_INVALID_WAVEFORM_ADDRESS
CE-31643-7,0x804A0407,SCE_NGS2_ERROR_INVALID_WAVEFORM_SIZE
CE-31644-8,0x804A0408,SCE_NGS2_ERROR_INVALID_WAVEFORM_DATA
CE-31645-9,0x804A0500,SCE_NGS2_ERROR_INVALID_ENVELOPE_CURVE
CE-31646-0,0x804A0510,SCE_NGS2_ERROR_INVALID_PEAKMETER_FLAG
CE-31647-1,0x804A0520,SCE_NGS2_ERROR_INVALID_MAX_CHORUS_PHASES
CE-31648-2,0x804A0521,SCE_NGS2_ERROR_INVALID_NUM_CHORUS_PHASES
CE-31649-3,0x804A0600,SCE_NGS2_ERROR_INVALID_FILTER_INDEX
CE-31650-5,0x804A0601,SCE_NGS2_ERROR_INVALID_FILTER_TYPE
CE-31651-6,0x804A0602,SCE_NGS2_ERROR_INVALID_FILTER_LOCATION
CE-31652-7,0x804A0603,SCE_NGS2_ERROR_INVALID_LFE_FC
CE-31653-8,0x804A0650,SCE_NGS2_ERROR_INVALID_USER_FX_PARAM_SIZE
CE-31654-9,0x804A0700,SCE_NGS2_ERROR_INVALID_MATRIX_INDEX
CE-31655-0,0x804A0800,SCE_NGS2_ERROR_CODEC_UNKNOWN_WAVEFORM
CE-31656-1,0x804A0801,SCE_NGS2_ERROR_CODEC_EMPTY_INSTANCE
CE-31657-2,0x804A0802,SCE_NGS2_ERROR_CODEC_EMPTY_CHANNEL
CE-31658-3,0x804A0803,SCE_NGS2_ERROR_CODEC_SETUP_FAIL
CE-31659-4,0x804A0804,SCE_NGS2_ERROR_CODEC_RESET_FAIL
CE-31660-6,0x804A0805,SCE_NGS2_ERROR_CODEC_DECODE_FAIL
CE-31661-7,0x804A0900,SCE_NGS2_ERROR_INVALID_REVERB_SIZE
CE-31662-8,0x804A0910,SCE_NGS2_ERROR_INVALID_PAN_UNIT_ANGLE
CE-31663-9,0x804A0911,SCE_NGS2_ERROR_INVALID_PAN_SPEAKER
CE-31664-0,0x804A0912,SCE_NGS2_ERROR_INVALID_PAN_MATRIX_FORMAT
CE-31665-1,0x804A0913,SCE_NGS2_ERROR_INVALID_PAN_WORK
CE-31666-2,0x804A0914,SCE_NGS2_ERROR_INVALID_PAN_PARAM
CE-31667-3,0x804A0A00,SCE_NGS2_ERROR_INVALID_MODULE_ID
CE-31668-4,0x804A0A01,SCE_NGS2_ERROR_INVALID_NUM_MODULES
CE-31669-5,0x804A0A02,SCE_NGS2_ERROR_INVALID_NUM_MODULE_BUFFERS
CE-31670-7,0x804A0A03,SCE_NGS2_ERROR_INVALID_MODULE_BUFFER_ID
CE-31671-8,0x804A0A04,SCE_NGS2_ERROR_INVALID_MODULE_STATE_OFFSET
CE-31672-9,0x804A0A05,SCE_NGS2_ERROR_INVALID_MODULE_STATE_SIZE
CE-31673-0,0x804A0A06,SCE_NGS2_ERROR_INVALID_VOICE_STATE_SIZE
CE-31674-1,0x804A0B00,SCE_NGS2_ERROR_INVALID_MODULE_INDEX
CE-31675-2,0x804A0B01,SCE_NGS2_ERROR_INVALID_MODULE_INFO_SIZE
CE-31695-4,0x804D0001,SCE_SULPHA_ERROR_ALREADY_INITIALIZED
CE-31696-5,0x804D0002,SCE_SULPHA_ERROR_UNINITIALIZED
CE-31697-6,0x804D0003,SCE_SULPHA_ERROR_INVALID_ARG
CE-31698-7,0x804D0004,SCE_SULPHA_ERROR_INVALID_ALIGNMENT
CE-31699-8,0x804D0005,SCE_SULPHA_ERROR_OUT_OF_MEMORY
CE-31700-1,0x804D0006,SCE_SULPHA_ERROR_UNSUPPORTED
CE-31701-2,0x804D0007,SCE_SULPHA_ERROR_CONNECTION
CE-31702-3,0x804D0008,SCE_SULPHA_ERROR_NETWORK_OWNERSHIP
CE-31703-4,0x804D0009,SCE_SULPHA_ERROR_INVALID_AGENT
CE-31704-5,0x804D000A,SCE_SULPHA_ERROR_NOT_CONNECTED
CE-31705-6,0x804D000B,SCE_SULPHA_ERROR_CAPTURE_STARTED
CE-31706-7,0x804D000C,SCE_SULPHA_ERROR_OUT_OF_BOOKMARKS
CE-31707-8,0x804D000D,SCE_SULPHA_ERROR_CONNECTION_TIMEOUT
CE-31708-9,0x804E0801,SCE_VOICE_ERROR_LIBVOICE_NOT_INIT
CE-31709-0,0x804E0802,SCE_VOICE_ERROR_LIBVOICE_INITIALIZED
CE-31710-2,0x804E0803,SCE_VOICE_ERROR_GENERAL
CE-31711-3,0x804E0804,SCE_VOICE_ERROR_PORT_INVALID
CE-31712-4,0x804E0805,SCE_VOICE_ERROR_ARGUMENT_INVALID
CE-31713-5,0x804E0806,SCE_VOICE_ERROR_CONTAINER_INVALID
CE-31714-6,0x804E0807,SCE_VOICE_ERROR_TOPOLOGY
CE-31715-7,0x804E0808,SCE_VOICE_ERROR_RESOURCE_INSUFFICIENT
CE-31716-8,0x804E080A,SCE_VOICE_ERROR_SERVICE_DETACHED
CE-31717-9,0x804E080B,SCE_VOICE_ERROR_SERVICE_ATTACHED
CE-31718-0,0x804E0901,SCE_VOICE_ERROR_LIBVOICEQOS_NOT_INIT
CE-31719-1,0x804E0902,SCE_VOICE_ERROR_LIBVOICEQOS_ARGUMENT_INVALID
CE-31720-3,0x804E0903,SCE_VOICE_ERROR_LIBVOICEQOS_PACKET_INVALID
CE-31721-4,0x804E0904,SCE_VOICE_ERROR_LIBVOICEQOS_INTERNAL_UNRECOVERABLE
CE-31722-5,0x804E0905,SCE_VOICE_ERROR_LIBVOICEQOS_INITIALIZED
CE-31723-6,0x804E0906,SCE_VOICE_ERROR_LIBVOICEQOS_SYSTEM
CE-31724-7,0x804E0907,SCE_VOICE_ERROR_LIBVOICEQOS_RESOURCE_USED
CE-32566-2,0x80590001,SCE_FIBER_ERROR_NULL
CE-32567-3,0x80590002,SCE_FIBER_ERROR_ALIGNMENT
CE-32568-4,0x80590003,SCE_FIBER_ERROR_RANGE
CE-32569-5,0x80590004,SCE_FIBER_ERROR_INVALID
CE-32570-7,0x80590005,SCE_FIBER_ERROR_PERMISSION
CE-32571-8,0x80590006,SCE_FIBER_ERROR_STATE
CE-32572-9,0x805A1000,SCE_SYSMODULE_ERROR_INVALID_VALUE
CE-32573-0,0x805A1001,SCE_SYSMODULE_ERROR_UNLOADED
CE-32574-1,0x805A10FF,SCE_SYSMODULE_ERROR_FATAL
CE-32575-2,0x805C0001,SCE_CES_ERROR_INVALID_PARAMETER
CE-32576-3,0x805C0004,SCE_CES_ERROR_INVALID_PROFILE
CE-32577-4,0x805C0010,SCE_CES_ERROR_INVALID_SRC_BUFFER
CE-32578-5,0x805C0011,SCE_CES_ERROR_SRC_BUFFER_END
CE-32579-6,0x805C0014,SCE_CES_ERROR_INVALID_ENCODE
CE-32580-8,0x805C0015,SCE_CES_ERROR_ILLEGAL_CODE
CE-32581-9,0x805C0020,SCE_CES_ERROR_UNASSIGNED_CODE
CE-32582-0,0x805C0024,SCE_CES_ERROR_OUT_OF_CODE_RANGE
CE-32583-1,0x805C0030,SCE_CES_ERROR_INVALID_DST_BUFFER
CE-32584-2,0x805C0031,SCE_CES_ERROR_DST_BUFFER_END
CE-32585-3,0x80650001,SCE_JPEG_DEC_ERROR_INVALID_ADDR
CE-32586-4,0x80650002,SCE_JPEG_DEC_ERROR_INVALID_SIZE
CE-32587-5,0x80650003,SCE_JPEG_DEC_ERROR_INVALID_PARAM
CE-32588-6,0x80650004,SCE_JPEG_DEC_ERROR_INVALID_HANDLE
CE-32589-7,0x80650005,SCE_JPEG_DEC_ERROR_INVALID_COEF_MEMORY
CE-32590-9,0x80650006,SCE_JPEG_DEC_ERROR_INVALID_WORK_MEMORY
CE-32591-0,0x80650010,SCE_JPEG_DEC_ERROR_INVALID_DATA
CE-32592-1,0x80650011,SCE_JPEG_DEC_ERROR_UNSUPPORT_DATA
CE-32593-2,0x80650012,SCE_JPEG_DEC_ERROR_DECODE_ERROR
CE-32594-3,0x80650020,SCE_JPEG_DEC_ERROR_FATAL
CE-32595-4,0x80650101,SCE_JPEG_ENC_ERROR_INVALID_ADDR
CE-32596-5,0x80650102,SCE_JPEG_ENC_ERROR_INVALID_SIZE
CE-32597-6,0x80650103,SCE_JPEG_ENC_ERROR_INVALID_PARAM
CE-32598-7,0x80650104,SCE_JPEG_ENC_ERROR_INVALID_HANDLE
CE-32599-8,0x80650110,SCE_JPEG_ENC_ERROR_DATA_OVERFLOW
CE-32600-1,0x80650120,SCE_JPEG_ENC_ERROR_FATAL
CE-32601-2,0x80690001,SCE_PNG_DEC_ERROR_INVALID_ADDR
CE-32602-3,0x80690002,SCE_PNG_DEC_ERROR_INVALID_SIZE
CE-32603-4,0x80690003,SCE_PNG_DEC_ERROR_INVALID_PARAM
CE-32604-5,0x80690004,SCE_PNG_DEC_ERROR_INVALID_HANDLE
CE-32605-6,0x80690005,SCE_PNG_DEC_ERROR_INVALID_WORK_MEMORY
CE-32606-7,0x80690010,SCE_PNG_DEC_ERROR_INVALID_DATA
CE-32607-8,0x80690011,SCE_PNG_DEC_ERROR_UNSUPPORT_DATA
CE-32608-9,0x80690012,SCE_PNG_DEC_ERROR_DECODE_ERROR
CE-32609-0,0x80690020,SCE_PNG_DEC_ERROR_FATAL
CE-32610-2,0x80690101,SCE_PNG_ENC_ERROR_INVALID_ADDR
CE-32611-3,0x80690102,SCE_PNG_ENC_ERROR_INVALID_SIZE
CE-32612-4,0x80690103,SCE_PNG_ENC_ERROR_INVALID_PARAM
CE-32613-5,0x80690104,SCE_PNG_ENC_ERROR_INVALID_HANDLE
CE-32614-6,0x80690110,SCE_PNG_ENC_ERROR_DATA_OVERFLOW
CE-32615-7,0x80690120,SCE_PNG_ENC_ERROR_FATAL
CE-32616-8,0x806A0001,SCE_AVPLAYER_ERROR_INVALID_PARAMS
CE-32617-9,0x806A0002,SCE_AVPLAYER_ERROR_OPERATION_FAILED
CE-32618-0,0x806A0003,SCE_AVPLAYER_ERROR_NO_MEMORY
CE-32619-1,0x806A0004,SCE_AVPLAYER_ERROR_NOT_SUPPORTED
CE-32620-3,0x806A00A0,SCE_AVPLAYER_ERROR_WAR_FILE_NONINTERLEAVED
CE-32621-4,0x806A00A1,SCE_AVPLAYER_ERROR_WAR_LOOPING_BACK
CE-32622-5,0x806A00B0,SCE_AVPLAYER_ERROR_INFO_MARLIN_ENCRY
CE-32623-6,0x806A00B4,SCE_AVPLAYER_ERROR_INFO_PLAYREADY_ENCRY
CE-32624-7,0x806A00B5,SCE_AVPLAYER_ERROR_INFO_AES_ENCRY
CE-32625-8,0x806A00BF,SCE_AVPLAYER_ERROR_INFO_OTHER_ENCRY
CE-32665-2,0x807F0000,SCE_AUDIODEC_ERROR_API_FAIL
CE-32666-3,0x807F0001,SCE_AUDIODEC_ERROR_INVALID_TYPE
CE-32667-4,0x807F0002,SCE_AUDIODEC_ERROR_ARG
CE-32668-5,0x807F0003,SCE_AUDIODEC_ERROR_INVALID_SIZE
CE-32669-6,0x807F0004,SCE_AUDIODEC_ERROR_INVALID_PARAM_SIZE
CE-32670-8,0x807F0005,SCE_AUDIODEC_ERROR_INVALID_BSI_INFO_SIZE
CE-32671-9,0x807F0006,SCE_AUDIODEC_ERROR_INVALID_AU_INFO_SIZE
CE-32672-0,0x807F0007,SCE_AUDIODEC_ERROR_INVALID_PCM_ITEM_SIZE
CE-32673-1,0x807F0008,SCE_AUDIODEC_ERROR_INVALID_CTRL_POINTER
CE-32674-2,0x807F0009,SCE_AUDIODEC_ERROR_INVALID_PARAM_POINTER
CE-32675-3,0x807F000A,SCE_AUDIODEC_ERROR_INVALID_BSI_INFO_POINTER
CE-32676-4,0x807F000B,SCE_AUDIODEC_ERROR_INVALID_AU_INFO_POINTER
CE-32677-5,0x807F000C,SCE_AUDIODEC_ERROR_INVALID_PCM_ITEM_POINTER
CE-32678-6,0x807F000D,SCE_AUDIODEC_ERROR_INVALID_AU_POINTER
CE-32679-7,0x807F000E,SCE_AUDIODEC_ERROR_INVALID_PCM_POINTER
CE-32680-9,0x807F000F,SCE_AUDIODEC_ERROR_INVALID_HANDLE
CE-32681-0,0x807F0010,SCE_AUDIODEC_ERROR_INVALID_WORD_LENGTH
CE-32682-1,0x807F0011,SCE_AUDIODEC_ERROR_INVALID_AU_SIZE
CE-32683-2,0x807F0012,SCE_AUDIODEC_ERROR_INVALID_PCM_SIZE
CE-32684-3,0x807F0300,SCE_AUDIODEC_ERROR_M4AAC_INVALID_SAMPLING_FREQ
CE-32685-4,0x807F0302,SCE_AUDIODEC_ERROR_M4AAC_INVALID_ENABLE_HEAAC
CE-32686-5,0x807F0303,SCE_AUDIODEC_ERROR_M4AAC_INVALID_CONFIG_NUMBER
CE-32687-6,0x807F0304,SCE_AUDIODEC_ERROR_M4AAC_INVALID_MAX_CHANNELS
CE-32688-7,0x807F0400,SCE_AUDIODEC_ERROR_AC3_INVALID_KARAOKE_CAPABLE_REPRODUCTION_MODE
CE-32689-8,0x807F0401,SCE_AUDIODEC_ERROR_AC3_INVALID_DYNAMIC_RANGE_COMPRESSION_MODE
CE-32690-0,0x807F0402,SCE_AUDIODEC_ERROR_AC3_INVALID_LFE_CHANNEL_OUTPUT_MODE
CE-32691-1,0x807F0403,SCE_AUDIODEC_ERROR_AC3_INVALID_OUTPUT_CHANNEL_CONFIGRATION
CE-32692-2,0x807F0404,SCE_AUDIODEC_ERROR_AC3_INVALID_NUMBER_OF_OUTPUT_CHANNELS
CE-32693-3,0x807F0405,SCE_AUDIODEC_ERROR_AC3_INVALID_OUTPUT_PCM_SAMPLES_SCALE_FACTOR
CE-32694-4,0x807F0406,SCE_AUDIODEC_ERROR_AC3_INVALID_STEREO_MODE
CE-32695-5,0x807F0407,SCE_AUDIODEC_ERROR_AC3_INVALID_DUAL_MONO_REPRODUCTION_MODE
CE-32696-6,0x807F0408,SCE_AUDIODEC_ERROR_AC3_INVALID_HIGH_FREQUENCY_DYNAMIC_CUT_SCALE_FACTOR
CE-32697-7,0x807F0409,SCE_AUDIODEC_ERROR_AC3_INVALID_LOW_FREQUENCY_DYNAMIC_BOOST_SCALE_FACTOR
CE-32698-8,0x807F040A,SCE_AUDIODEC_ERROR_AC3_INVALID_OUTPUT_CHANNEL_ROUTING
CE-32699-9,0x807F0A00,SCE_AUDIODEC_ERROR_M2BC_INVALID_DOWNMIX
CE-32700-2,0x807F1000,SCE_AUDIODEC_ERROR_AT9_INVALID_CONFIG_DATA
CE-32701-3,0x807F2000,SCE_AUDIODEC_ERROR_TRHD_INVALID_PRESENTATION_MODE
CE-32702-4,0x807F2001,SCE_AUDIODEC_ERROR_TRHD_INVALID_LOSSLESS
CE-32703-5,0x807F2002,SCE_AUDIODEC_ERROR_TRHD_INVALID_DRC_ENABLE
CE-32704-6,0x807F2003,SCE_AUDIODEC_ERROR_TRHD_INVALID_DRC_CUT
CE-32705-7,0x807F2004,SCE_AUDIODEC_ERROR_TRHD_INVALID_DRC_BOOST
CE-32706-8,0x807F2005,SCE_AUDIODEC_ERROR_TRHD_INVALID_NFRAME_DECODE
CE-32707-9,0x80810001,SCE_ULT_ERROR_NULL
CE-32708-0,0x80810002,SCE_ULT_ERROR_ALIGNMENT
CE-32709-1,0x80810003,SCE_ULT_ERROR_RANGE
CE-32710-3,0x80810004,SCE_ULT_ERROR_INVALID
CE-32711-4,0x80810005,SCE_ULT_ERROR_PERMISSION
CE-32712-5,0x80810006,SCE_ULT_ERROR_STATE
CE-32713-6,0x80810007,SCE_ULT_ERROR_BUSY
CE-32714-7,0x80810008,SCE_ULT_ERROR_AGAIN
CE-32715-8,0x80810009,SCE_ULT_ERROR_FATAL
CE-32716-9,0x8081000A,SCE_ULT_ERROR_NOT_INITIALIZE
CE-32717-0,0x80820000,SCE_FIOS_ERROR_UNIMPLEMENTED
CE-32718-1,0x80820001,SCE_FIOS_ERROR_CANT_ALLOCATE_OP
CE-32719-2,0x80820002,SCE_FIOS_ERROR_CANT_ALLOCATE_FH
CE-32720-4,0x80820003,SCE_FIOS_ERROR_CANT_ALLOCATE_DH
CE-32721-5,0x80820004,SCE_FIOS_ERROR_CANT_ALLOCATE_CHUNK
CE-32722-6,0x80820005,SCE_FIOS_ERROR_BAD_PATH
CE-32723-7,0x80820006,SCE_FIOS_ERROR_BAD_PTR
CE-32724-8,0x80820007,SCE_FIOS_ERROR_BAD_OFFSET
CE-32725-9,0x80820008,SCE_FIOS_ERROR_BAD_SIZE
CE-32726-0,0x80820009,SCE_FIOS_ERROR_BAD_IOVCNT
CE-32727-1,0x8082000A,SCE_FIOS_ERROR_BAD_OP
CE-32728-2,0x8082000B,SCE_FIOS_ERROR_BAD_FH
CE-32729-3,0x8082000C,SCE_FIOS_ERROR_BAD_DH
CE-32730-5,0x8082000D,SCE_FIOS_ERROR_BAD_ALIGNMENT
CE-32731-6,0x8082000E,SCE_FIOS_ERROR_NOT_A_FILE
CE-32732-7,0x8082000F,SCE_FIOS_ERROR_NOT_A_DIRECTORY
CE-32733-8,0x80820010,SCE_FIOS_ERROR_EOF
CE-32734-9,0x80820011,SCE_FIOS_ERROR_TIMEOUT
CE-32735-0,0x80820012,SCE_FIOS_ERROR_CANCELLED
CE-32736-1,0x80820013,SCE_FIOS_ERROR_ACCESS
CE-32737-2,0x80820014,SCE_FIOS_ERROR_DECOMPRESSION
CE-32738-3,0x80820015,SCE_FIOS_ERROR_READ_ONLY
CE-32739-4,0x80820016,SCE_FIOS_ERROR_WRITE_ONLY
CE-32740-6,0x80820017,SCE_FIOS_ERROR_MEDIA_GONE
CE-32741-7,0x80820018,SCE_FIOS_ERROR_PATH_TOO_LONG
CE-32742-8,0x80820019,SCE_FIOS_ERROR_TOO_MANY_OVERLAYS
CE-32743-9,0x8082001A,SCE_FIOS_ERROR_BAD_OVERLAY
CE-32744-0,0x8082001B,SCE_FIOS_ERROR_BAD_ORDER
CE-32745-1,0x8082001C,SCE_FIOS_ERROR_BAD_INDEX
CE-32746-2,0x8082001D,SCE_FIOS_ERROR_EVENT_NOT_HANDLED
CE-32747-3,0x8082001E,SCE_FIOS_ERROR_BUSY
CE-32748-4,0x8082001F,SCE_FIOS_ERROR_BAD_ARCHIVE
CE-32749-5,0x80820020,SCE_FIOS_ERROR_BAD_RESOLVE_TYPE
CE-32750-7,0x80820021,SCE_FIOS_ERROR_BAD_FLAGS
CE-32751-8,0x80820022,SCE_FIOS_ERROR_UNKNOWN
CE-32752-9,0x80820023,SCE_FIOS_ERROR_ALREADY_EXISTS
CE-32753-0,0x80848101,SCE_JSON_ERROR_PARSE_INVALID_CHAR
CE-32754-1,0x80848102,SCE_JSON_ERROR_NOMEM
CE-32755-2,0x80848103,SCE_JSON_ERROR_NOFILE
CE-32756-3,0x80848104,SCE_JSON_ERROR_NOROOT
CE-32757-4,0x80848110,SCE_JSON_ERROR_NOINIT
CE-32758-5,0x80848111,SCE_JSON_ERROR_MULTIPLEINIT
CE-32759-6,0x80850000,SCE_XML_ERROR_GENERIC_ERROR
CE-32760-8,0x80850001,SCE_XML_ERROR_NO_MEMORY
CE-32761-9,0x80850002,SCE_XML_ERROR_NOT_INITIALIZED
CE-32762-0,0x80850003,SCE_XML_ERROR_INVALID_ARGUMENT
CE-32763-1,0x80850004,SCE_XML_ERROR_NOT_SUPPORTED
CE-32764-2,0x80850005,SCE_XML_ERROR_INITIALIZE_FAILED
CE-32765-3,0x80850006,SCE_XML_ERROR_INVALID_BIN_XML
CE-32766-4,0x80850007,SCE_XML_ERROR_PARSER_BUSY
CE-32767-5,0x80850008,SCE_XML_ERROR_XML_UNEXPEXTED_EO_F
CE-32768-6,0x80850009,SCE_XML_ERROR_XML_SYNTAX_ERROR
CE-32769-7,0x8085000A,SCE_XML_ERROR_XML_END_TAG_MISMATCH
CE-32770-9,0x8085000B,SCE_XML_ERROR_XML_INVALID_CHAR
CE-32771-0,0x8085000C,SCE_XML_ERROR_XML_INVALID_DEC_VALUE
CE-32772-1,0x8085000D,SCE_XML_ERROR_XML_INVALID_HEX_VALUE
CE-32773-2,0x8085000E,SCE_XML_ERROR_XML_CLOSING_ANGLE_BRACKET_CHAR_NOT_FOUND
CE-32774-3,0x8085000F,SCE_XML_ERROR_XML_EQUALITY_CHAR_NOT_FOUND
CE-32775-4,0x80850010,SCE_XML_ERROR_XML_SEMI_COLON_CHAR_NOT_FOUND
CE-32776-5,0x80850011,SCE_XML_ERROR_XML_QUOTE_CHAR_NOT_FOUND
CE-32777-6,0x80850012,SCE_XML_ERROR_XML_END_OF_COMMENT_NOT_FOUND
CE-32778-7,0x80850013,SCE_XML_ERROR_XML_END_OF_CD_SECT_NOT_FOUND
CE-32779-8,0x80850014,SCE_XML_ERROR_XML_END_OF_DTD_NOT_FOUND
CE-32780-0,0x80850015,SCE_XML_ERROR_XML_UNKNOWN_ENCODING
CE-32781-1,0x80850016,SCE_XML_ERROR_XML_HANDLER_NOT_SET
CE-32782-2,0x80850017,SCE_XML_ERROR_XML_INVALID_PI
CE-32783-3,0x80850018,SCE_XML_ERROR_XML_INVALID_DOCUMENT_ELEMENT
CE-32784-4,0x80850019,SCE_XML_ERROR_XML_DOCUMENT_ELEMENT_NOT_FOUND
CE-32785-5,0x8085001A,SCE_XML_ERROR_XML_DUPLICATE_ATTR_NAME
CE-32786-6,0x80850200,SCE_XML_ERROR_DOM_ERROR
CE-32787-7,0x80850201,SCE_XML_ERROR_DOM_NODE_NOT_FOUND
CE-32788-8,0x80850202,SCE_XML_ERROR_DOM_READ_ONLY_ERROR
CE-32789-9,0x80850203,SCE_XML_ERROR_DOM_MAX_UNIQUE_ELEMENT_ERROR
CE-32790-1,0x80850204,SCE_XML_ERROR_DOM_MAX_UNIQUE_ATTR_ERROR
CE-32791-2,0x80850205,SCE_XML_ERROR_DOM_MAX_NUM_OF_ATTR_ERROR
CE-32792-3,0x80850206,SCE_XML_ERROR_DOM_MAX_SIZE_OF_ELEMENT_NAME_ERROR
CE-32793-4,0x80850207,SCE_XML_ERROR_DOM_MAX_SIZE_OF_ATTR_NAME_ERROR
CE-32794-5,0x80850208,SCE_XML_ERROR_DOM_MAX_SIZE_OF_ATTR_VALUE_ERROR
CE-32795-6,0x80850209,SCE_XML_ERROR_DOM_INVALID_ENITITY
CE-32796-7,0x8085020A,SCE_XML_ERROR_DOM_INVALID_NODE_TYPE
CE-32812-6,0x808B0001,SCE_FACE_ERROR_NO_MEMORY
CE-32813-7,0x808B0002,SCE_FACE_ERROR_INVALID_PARAM
CE-32814-8,0x808B0003,SCE_FACE_ERROR_INVALID_DICT
CE-32815-9,0x808B0004,SCE_FACE_ERROR_IMPERF_PARTS
CE-32816-0,0x808B0005,SCE_FACE_ERROR_OUT_OF_RANGE
CE-32817-1,0x808B0006,SCE_FACE_ERROR_IMPERF_SHAPE
CE-32818-2,0x808C0000,SCE_SMART_ERROR_UNINITIALIZED
CE-32819-3,0x808C0001,SCE_SMART_ERROR_ALREADY_INITIALIZED
CE-32820-5,0x808C0002,SCE_SMART_ERROR_OUT_OF_MEMORY
CE-32821-6,0x808C0003,SCE_SMART_ERROR_NOT_STOPPED
CE-32822-7,0x808C0004,SCE_SMART_ERROR_NOT_EMPTY
CE-32823-8,0x808C0005,SCE_SMART_ERROR_INVALID_VALUE
CE-32824-9,0x808C0006,SCE_SMART_ERROR_INVALID_POINTER
CE-32825-0,0x808C0007,SCE_SMART_ERROR_ALREADY_REGISTERED
CE-32826-1,0x808C0008,SCE_SMART_ERROR_NOT_REGISTERED
CE-32827-2,0x808C0009,SCE_SMART_ERROR_ALREADY_STARTED
CE-32828-3,0x808C000A,SCE_SMART_ERROR_NOT_STARTED
CE-32829-4,0x808C000B,SCE_SMART_ERROR_NOT_REQUIRED
CE-32830-6,0x808C000C,SCE_SMART_ERROR_VERSION_MISSMATCH
CE-32831-7,0x808C000D,SCE_SMART_ERROR_NO_DICTIONARY
CE-32832-8,0x808C000E,SCE_SMART_ERROR_BUSY
CE-32833-9,0x808C000F,SCE_SMART_ERROR_NO_TARGET_PACK
CE-32835-1,0x80910001,SCE_SHADER_BINARY_ERROR_INVALID_ADDR
CE-32836-2,0x80910002,SCE_SHADER_BINARY_ERROR_INVALID_SIZE
CE-32837-3,0x80920001,SCE_PAD_ERROR_INVALID_ARG
CE-32838-4,0x80920002,SCE_PAD_ERROR_INVALID_PORT
CE-32839-5,0x80920003,SCE_PAD_ERROR_INVALID_HANDLE
CE-32840-7,0x80920004,SCE_PAD_ERROR_ALREADY_OPENED
CE-32841-8,0x80920005,SCE_PAD_ERROR_NOT_INITIALIZED
CE-32842-9,0x80920006,SCE_PAD_ERROR_INVALID_LIGHTBAR_SETTING
CE-32843-0,0x80920007,SCE_PAD_ERROR_DEVICE_NOT_CONNECTED
CE-32844-1,0x809200FF,SCE_PAD_ERROR_FATAL
CE-32845-2,0x80930001,SCE_AJM_ERROR_UNKNOWN
CE-32846-3,0x80930002,SCE_AJM_ERROR_INVALID_CONTEXT
CE-32847-4,0x80930003,SCE_AJM_ERROR_INVALID_INSTANCE
CE-32848-5,0x80930004,SCE_AJM_ERROR_INVALID_BATCH
CE-32849-6,0x80930005,SCE_AJM_ERROR_INVALID_PARAMETER
CE-32850-8,0x80930006,SCE_AJM_ERROR_OUT_OF_MEMORY
CE-32851-9,0x80930007,SCE_AJM_ERROR_OUT_OF_RESOURCES
CE-32852-0,0x80930008,SCE_AJM_ERROR_CODEC_NOT_SUPPORTED
CE-32853-1,0x80930009,SCE_AJM_ERROR_CODEC_ALREADY_REGISTERED
CE-32854-2,0x8093000A,SCE_AJM_ERROR_CODEC_NOT_REGISTERED
CE-32855-3,0x8093000B,SCE_AJM_ERROR_WRONG_REVISION_FLAG
CE-32856-4,0x8093000C,SCE_AJM_ERROR_FLAG_NOT_SUPPORTED
CE-32857-5,0x8093000D,SCE_AJM_ERROR_BUSY
CE-32858-6,0x8093000E,SCE_AJM_ERROR_BAD_PRIORITY
CE-32859-7,0x8093000F,SCE_AJM_ERROR_IN_PROGRESS
CE-32860-9,0x80930010,SCE_AJM_ERROR_RETRY
CE-32861-0,0x80930011,SCE_AJM_ERROR_MALFORMED_BATCH
CE-32862-1,0x80930012,SCE_AJM_ERROR_JOB_CREATION
CE-32863-2,0x80930013,SCE_AJM_ERROR_INVALID_OPCODE
CE-32864-3,0x80930014,SCE_AJM_ERROR_PRIORITY_VIOLATION
CE-32865-4,0x80930015,SCE_AJM_ERROR_BUFFER_TOO_BIG
CE-32866-5,0x80930016,SCE_AJM_ERROR_INVALID_ADDRESS
CE-32883-4,0x809517D5,SCE_SSL_ERROR_OUT_OF_MEMORY
CE-32884-5,0x8095F001,SCE_SSL_ERROR_BEFORE_INIT
CE-32885-6,0x8095F002,SCE_SSL_ERROR_ALREADY_INITED
CE-32886-7,0x8095F003,SCE_SSL_ERROR_BROKEN
CE-32887-8,0x8095F004,SCE_SSL_ERROR_NOT_FOUND
CE-32888-9,0x8095F005,SCE_SSL_ERROR_INVALID_FORMAT
CE-32889-0,0x8095F006,SCE_SSL_ERROR_INVALID_ID
CE-32890-2,0x8095F007,SCE_SSL_ERROR_INVALID_VALUE
CE-32891-3,0x8095F008,SCE_SSL_ERROR_OUT_OF_SIZE
CE-32892-4,0x8095F009,SCE_SSL_ERROR_INTERNAL
CE-32893-5,0x8095F00A,SCE_SSL_ERROR_INVALID_CERT
CE-32894-6,0x8095F00B,SCE_SSL_ERROR_CN_CHECK
CE-32895-7,0x8095F00C,SCE_SSL_ERROR_UNKNOWN_CA
CE-32896-8,0x8095F00D,SCE_SSL_ERROR_NOT_AFTER_CHECK
CE-32897-9,0x8095F00E,SCE_SSL_ERROR_NOT_BEFORE_CHECK
CE-32898-0,0x8095F00F,SCE_SSL_ERROR_EAGAIN
CE-32899-1,0x8095F010,SCE_SSL_ERROR_FATAL_ALERT
CE-32900-4,0x8095F011,SCE_SSL_ERROR_PROHIBITED
CE-32901-5,0x80960001,SCE_USER_SERVICE_ERROR_INTERNAL
CE-32902-6,0x80960002,SCE_USER_SERVICE_ERROR_NOT_INITIALIZED
CE-32903-7,0x80960003,SCE_USER_SERVICE_ERROR_ALREADY_INITIALIZED
CE-32904-8,0x80960004,SCE_USER_SERVICE_ERROR_NO_MEMORY
CE-32905-9,0x80960005,SCE_USER_SERVICE_ERROR_INVALID_ARGUMENT
CE-32906-0,0x80960006,SCE_USER_SERVICE_ERROR_OPERATION_NOT_SUPPORTED
CE-32907-1,0x80960007,SCE_USER_SERVICE_ERROR_NO_EVENT
CE-32908-2,0x80960009,SCE_USER_SERVICE_ERROR_NOT_LOGGED_IN
CE-32909-3,0x8096000A,SCE_USER_SERVICE_ERROR_BUFFER_TOO_SHORT
CE-32972-3,0x809B0004,SCE_DEVICE_SERVICE_ERROR_MEMORY
CE-32973-4,0x809B0081,SCE_DEVICE_SERVICE_ERROR_USER_NOT_LOGIN
CE-32974-5,0x809B0080,SCE_DEVICE_SERVICE_ERROR_INVALID_PARAM
CE-32975-6,0x809B0001,SCE_DEVICE_SERVICE_ERROR_INVALID_USER
CE-32976-7,0x809B0002,SCE_DEVICE_SERVICE_ERROR_INVALID_DEVICE_TYPE
CE-32977-8,0x809B0003,SCE_DEVICE_SERVICE_ERROR_INVALID_INDEX
CE-32978-9,0x809B0005,SCE_DEVICE_SERVICE_ERROR_INVALID_DEVICE_ID
CE-32982-4,0x809B0083,SCE_DEVICE_SERVICE_ERROR_DRIVER_OVER_MAX
CE-32983-5,0x809B0082,SCE_DEVICE_SERVICE_ERROR_USER_OVER_MAX
CE-32984-6,0x809B0084,SCE_DEVICE_SERVICE_ERROR_DEVICE_OVER_MAX
CE-32985-7,0x809B0085,SCE_DEVICE_SERVICE_ERROR_BUS_OVER_MAX
CE-32986-8,0x809B0086,SCE_DEVICE_SERVICE_ERROR_PORT_OVER_MAX
CE-32988-0,0x809B00FF,SCE_DEVICE_SERVICE_ERROR_INTERNAL
CE-33069-1,0x809D3001,SCE_CONTENT_EXPORT_ERROR_CANCELED
CE-33070-3,0x809D3002,SCE_CONTENT_EXPORT_ERROR_NOTACCEPT
CE-33071-4,0x809D3003,SCE_CONTENT_EXPORT_ERROR_BUSY
CE-33072-5,0x809D3004,SCE_CONTENT_EXPORT_ERROR_NOINIT
CE-33073-6,0x809D3005,SCE_CONTENT_EXPORT_ERROR_MULTIPLEINIT
CE-33074-7,0x809D3006,SCE_CONTENT_EXPORT_ERROR_NOMEM
CE-33075-8,0x809D3011,SCE_CONTENT_EXPORT_ERROR_FILE_NOT_FOUND
CE-33076-9,0x809D3012,SCE_CONTENT_EXPORT_ERROR_NOT_SUPPORTED_FORMAT
CE-33077-0,0x809D3013,SCE_CONTENT_EXPORT_ERROR_LARGE_TITLE
CE-33078-1,0x809D3015,SCE_CONTENT_EXPORT_ERROR_LARGE_COMMENT
CE-33079-2,0x809D3016,SCE_CONTENT_EXPORT_ERROR_INVALDPARAM
CE-33080-4,0x809D3017,SCE_CONTENT_EXPORT_ERROR_DISKFULL
CE-33081-5,0x809D3018,SCE_CONTENT_EXPORT_ERROR_EXECUTION_MAX
CE-33105-2,0x809F0000,SCE_SAVE_DATA_ERROR_PARAMETER
CE-33106-3,0x809F0001,SCE_SAVE_DATA_ERROR_NOT_INITIALIZED
CE-33107-4,0x809F0002,SCE_SAVE_DATA_ERROR_OUT_OF_MEMORY
CE-33108-5,0x809F0003,SCE_SAVE_DATA_ERROR_BUSY
CE-33109-6,0x809F0004,SCE_SAVE_DATA_ERROR_NOT_MOUNTED
CE-33110-8,0x809F0005,SCE_SAVE_DATA_ERROR_NO_PERMISSION
CE-33111-9,0x809F0006,SCE_SAVE_DATA_ERROR_FINGERPRINT_MISMATCH
CE-33112-0,0x809F0007,SCE_SAVE_DATA_ERROR_EXISTS
CE-33113-1,0x809F0008,SCE_SAVE_DATA_ERROR_NOT_FOUND
CE-33114-2,0x809F0009,SCE_SAVE_DATA_ERROR_NO_SPACE
CE-33115-3,0x809F000A,SCE_SAVE_DATA_ERROR_NO_SPACE_FS
CE-33116-4,0x809F000B,SCE_SAVE_DATA_ERROR_INTERNAL
CE-33117-5,0x809F000C,SCE_SAVE_DATA_ERROR_MOUNT_FULL
CE-33118-6,0x809F000D,SCE_SAVE_DATA_ERROR_BAD_MOUNTED
CE-33119-7,0x809F000E,SCE_SAVE_DATA_ERROR_FILE_NOT_FOUND
CE-33120-9,0x809F000F,SCE_SAVE_DATA_ERROR_BROKEN
CE-33121-0,0x809F0010,SCE_SAVE_DATA_ERROR_MOUNT_INHIBIT
CE-33122-1,0x809F0011,SCE_SAVE_DATA_ERROR_INVALID_LOGIN_USER
CE-33125-4,0x80A00001,SCE_GAME_LIVE_STREAMING_ERROR_UNKNOWN
CE-33126-5,0x80A00002,SCE_GAME_LIVE_STREAMING_ERROR_INVALID_PARAM
CE-33127-6,0x80A00003,SCE_GAME_LIVE_STREAMING_ERROR_INVALID_STATUS
CE-33128-7,0x80A00004,SCE_GAME_LIVE_STREAMING_ERROR_NOT_INITIALIZED
CE-33129-8,0x80A00005,SCE_GAME_LIVE_STREAMING_ERROR_ENCODER
CE-33130-0,0x80A00006,SCE_GAME_LIVE_STREAMING_ERROR_OUT_OF_MEMORY
CE-33155-7,0x80A10001,SCE_SYSTEM_SERVICE_ERROR_INTERNAL
CE-33156-8,0x80A10002,SCE_SYSTEM_SERVICE_ERROR_UNAVAILABLE
CE-33157-9,0x80A10003,SCE_SYSTEM_SERVICE_ERROR_PARAMETER
CE-33158-0,0x80A10004,SCE_SYSTEM_SERVICE_ERROR_NO_EVENT
CE-33159-1,0x80A10005,SCE_SYSTEM_SERVICE_ERROR_REJECTED
CE-33160-3,0x80A10006,SCE_SYSTEM_SERVICE_ERROR_NEED_DISPLAY_SAFE_AREA_SETTINGS
CE-33170-4,0x80A30001,SCE_APP_INSTALLER_ERROR_UNKNOWN
CE-33171-5,0x80A30002,SCE_APP_INSTALLER_ERROR_NOSPACE
CE-33172-6,0x80A30003,SCE_APP_INSTALLER_ERROR_PARAM
CE-33173-7,0x80A30004,SCE_APP_INSTALLER_ERROR_APP_NOT_FOUND
CE-33174-8,0x80A30005,SCE_APP_INSTALLER_ERROR_DISC_NOT_INSERTED
CE-33175-9,0x80A30006,SCE_APP_INSTALLER_ERROR_PKG_INVALID_DRM_TYPE
CE-33176-0,0x80A30007,SCE_APP_INSTALLER_ERROR_OUT_OF_MEMORY
CE-33177-1,0x80A30008,SCE_APP_INSTALLER_ERROR_APP_BROKEN
CE-33178-2,0x80A30009,SCE_APP_INSTALLER_ERROR_PKG_INVALID_CONTENT_TYPE
CE-33179-3,0x80A3000A,SCE_APP_INSTALLER_ERROR_USED_APP_NOT_FOUND
CE-33180-5,0x80A3000B,SCE_APP_INSTALLER_ERROR_ADDCONT_BROKEN
CE-33181-6,0x80A31000,SCE_APP_INST_UTIL_ERROR_NOT_INITIALIZED
CE-33182-7,0x80A31001,SCE_APP_INST_UTIL_ERROR_OUT_OF_MEMORY
CE-33183-8,0x80A40001,SCE_PROCESS_STARTER_ERROR_INVALID_ARGUMENT
CE-33184-9,0x80A40002,SCE_PROCESS_STARTER_ERROR_NO_GAME_RUNNING
CE-33185-0,0x80A40003,SCE_PROCESS_STARTER_ERROR_OUT_OF_MEMORY
CE-33186-1,0x80A40004,SCE_PROCESS_STARTER_ERROR_KEY_NOT_FOUND
CE-33187-2,0x80A40005,SCE_PROCESS_STARTER_ERROR_NOT_GAME_MINIAPP_APPRICATION
CE-33188-3,0x80A40006,SCE_PROCESS_STARTER_ERROR_INSUFFICIENT_BUFFER
CE-33189-4,0x80A40007,SCE_PROCESS_STARTER_ERROR_MOUNT_FULL
CE-33190-6,0x80A40008,SCE_PROCESS_STARTER_ERROR_APPLICATION_ALLREADY_RUNNING
CE-33191-7,0x80A40009,SCE_PROCESS_STARTER_ERROR_NO_DISC_INSERT
CE-33192-8,0x80A4000A,SCE_PROCESS_STARTER_ERROR_UNSUPPORTED_DATA
CE-33193-9,0x80A4000B,SCE_PROCESS_STARTER_ERROR_BD_DATA_CORRUPTED
CE-33194-0,0x80A4000C,SCE_PROCESS_STARTER_ERROR_HDD_DATA_CORRUPTED
CE-33195-1,0x80A4000D,SCE_PROCESS_STARTER_ERROR_REGION_RESTRICTION
CE-33196-2,0x80A4000E,SCE_PROCESS_STARTER_ERROR_PARENTAL
CE-33197-3,0x80A4000F,SCE_PROCESS_STARTER_ERROR_LOGOUT_LAUNCH_USER
CE-33198-4,0x80A40010,SCE_PROCESS_STARTER_ERROR_NO_SPACE
CE-33199-5,0x80A40011,SCE_PROCESS_STARTER_ERROR_NEED_SYSTEM_UPDATE
CE-33200-8,0x80A40012,SCE_PROCESS_STARTER_ERROR_UNDER_CONSTRUCTION
CE-33201-9,0x80A40013,SCE_PROCESS_STARTER_ERROR_UNDER_UPDATING
CE-33202-0,0x80A40014,SCE_PROCESS_STARTER_ERROR_REQUIRED_PATCH_IS_DOWNLOADING
CE-33203-1,0x80A40015,SCE_PROCESS_STARTER_ERROR_NO_REQUIRED_PATCH_DOWNLOADED
CE-33204-2,0x80A40016,SCE_PROCESS_STARTER_ERROR_REQUIRED_PATCH_DOWNLOADED
CE-33205-3,0x80A40017,SCE_PROCESS_STARTER_ERROR_FS_MOUNT
CE-33206-4,0x80A40018,SCE_PROCESS_STARTER_ERROR_ALLREADY_MOUNTED
CE-33207-5,0x80A40019,SCE_PROCESS_STARTER_ERROR_INVALID_SERVICE_LABEL
CE-33208-6,0x80A40020,SCE_PROCESS_STARTER_ERROR_REQIRED_PSN_SIGNUP
CE-33209-7,0x80A40021,SCE_PROCESS_STARTER_ERROR_NOT_MOUNTED
CE-33210-9,0x80A70001,SCE_VSH_AVCAP_ERROR_EINVAL
CE-33211-0,0x80A70002,SCE_VSH_AVCAP_ERROR_EAGAIN
CE-33212-1,0x80A70003,SCE_VSH_AVCAP_ERROR_ENOMEM
CE-33213-2,0x80A70004,SCE_VSH_AVCAP_ERROR_ERESET
CE-33214-3,0x80A70005,SCE_VSH_AVCAP_ERROR_ENOSPC
CE-33215-4,0x80A70006,SCE_VSH_AVCAP_ERROR_EEMPTY
CE-33216-5,0x80A70007,SCE_VSH_AVCAP_ERROR_ENFILE
CE-33217-6,0x80A70008,SCE_VSH_AVCAP_ERROR_EBUSY
CE-33218-7,0x80A70009,SCE_VSH_AVCAP_ERROR_EINTR
CE-33219-8,0x80A80001,SCE_VIDEO_RECORDING_ERROR_OUT_OF_MEMORY
CE-33220-0,0x80A80002,SCE_VIDEO_RECORDING_ERROR_FATAL
CE-33221-1,0x80A80003,SCE_VIDEO_RECORDING_ERROR_INVALID_VALUE
CE-33222-2,0x80A80004,SCE_VIDEO_RECORDING_ERROR_FILE_OPEN
CE-33223-3,0x80A80005,SCE_VIDEO_RECORDING_ERROR_FILE_WRITE
CE-33224-4,0x80A80006,SCE_VIDEO_RECORDING_ERROR_INVALID_STATE
CE-33225-5,0x80A80007,SCE_VIDEO_RECORDING_ERROR_INTERRUPTED
CE-33226-6,0x80A90000,SCE_M4AAC_ENC_ERROR_INTERNAL_ERROR
CE-33227-7,0x80A90001,SCE_M4AAC_ENC_ERROR_INVALID_HANDLE
CE-33228-8,0x80A90002,SCE_M4AAC_ENC_ERROR_INVALID_PTR
CE-33229-9,0x80A90003,SCE_M4AAC_ENC_ERROR_INVALID_CHANNEL
CE-33230-1,0x80A90004,SCE_M4AAC_ENC_ERROR_INVALID_SAMPLING_RATE
CE-33231-2,0x80A90005,SCE_M4AAC_ENC_ERROR_INVALID_BIT_RATE
CE-33232-3,0x80A90006,SCE_M4AAC_ENC_ERROR_INVALID_INPUT_FORMAT
CE-33233-4,0x80A90007,SCE_M4AAC_ENC_ERROR_INVALID_OUTPUT_FORMAT
CE-33234-5,0x80A90008,SCE_M4AAC_ENC_ERROR_INVALID_INPUT_SIZE
CE-33266-0,0x80AD0001,SCE_COMPANION_UTIL_ERROR_UNKNOWN
CE-33267-1,0x80AD0002,SCE_COMPANION_UTIL_ERROR_FATAL
CE-33268-2,0x80AD0003,SCE_COMPANION_UTIL_ERROR_NOMEM
CE-33269-3,0x80AD0004,SCE_COMPANION_UTIL_ERROR_INVALID_PARAM
CE-33270-5,0x80AD0005,SCE_COMPANION_UTIL_ERROR_INVALID_OPERATION
CE-33271-6,0x80AD0006,SCE_COMPANION_UTIL_ERROR_NOT_INITIALIZED
CE-33272-7,0x80AD0007,SCE_COMPANION_UTIL_ERROR_ALREADY_INITIALIZED
CE-33273-8,0x80AD0008,SCE_COMPANION_UTIL_ERROR_NO_EVENT
CE-33274-9,0x80B20001,SCE_PLAYGO_ERROR_UNKNOWN
CE-33275-0,0x80B20002,SCE_PLAYGO_ERROR_FATAL
CE-33276-1,0x80B20003,SCE_PLAYGO_ERROR_NO_MEMORY
CE-33277-2,0x80B20004,SCE_PLAYGO_ERROR_INVALID_ARGUMENT
CE-33278-3,0x80B20005,SCE_PLAYGO_ERROR_NOT_INITIALIZED
CE-33279-4,0x80B20006,SCE_PLAYGO_ERROR_ALREADY_INITIALIZED
CE-33280-6,0x80B20007,SCE_PLAYGO_ERROR_ALREADY_STARTED
CE-33281-7,0x80B20008,SCE_PLAYGO_ERROR_NOT_STARTED
CE-33282-8,0x80B20009,SCE_PLAYGO_ERROR_BAD_HANDLE
CE-33283-9,0x80B2000A,SCE_PLAYGO_ERROR_BAD_POINTER
CE-33284-0,0x80B2000B,SCE_PLAYGO_ERROR_BAD_SIZE
CE-33285-1,0x80B2000C,SCE_PLAYGO_ERROR_BAD_CHUNK_ID
CE-33286-2,0x80B2000D,SCE_PLAYGO_ERROR_BAD_SPEED
CE-33287-3,0x80B2000E,SCE_PLAYGO_ERROR_NOT_SUPPORT_PLAYGO
CE-33288-4,0x80B2000F,SCE_PLAYGO_ERROR_EPERM
CE-33289-5,0x80B20010,SCE_PLAYGO_ERROR_BAD_LOCUS
CE-33329-0,0x80B40001,SCE_S3D_CONVERSION_ERROR_Q_ARG_ATTR_NULL
CE-33330-2,0x80B40002,SCE_S3D_CONVERSION_ERROR_O_ARG_RSRC_NULL
CE-33331-3,0x80B40003,SCE_S3D_CONVERSION_ERROR_O_ARG_RSRC_INVALID
CE-33332-4,0x80B40004,SCE_S3D_CONVERSION_ERROR_O_ARG_HDL_NULL
CE-33333-5,0x80B40005,SCE_S3D_CONVERSION_ERROR_O_ARG_RSRCMEM_INVALID
CE-33334-6,0x80B40006,SCE_S3D_CONVERSION_ERROR_C_ARG_HDL_NULL
CE-33335-7,0x80B40007,SCE_S3D_CONVERSION_ERROR_C_ARG_HDL_INVALID
CE-33336-8,0x80B40008,SCE_S3D_CONVERSION_ERROR_C_SEQ
CE-33338-0,0x80B4000A,SCE_S3D_CONVERSION_ERROR_E_ARG_HDL_NULL
CE-33339-1,0x80B4000B,SCE_S3D_CONVERSION_ERROR_E_ARG_HDL_INVALID
CE-33340-3,0x80B4000C,SCE_S3D_CONVERSION_ERROR_E_ARG_INPICINFO_NULL
CE-33341-4,0x80B4000D,SCE_S3D_CONVERSION_ERROR_E_ARG_INPICINFO_INVALID
CE-33342-5,0x80B4000E,SCE_S3D_CONVERSION_ERROR_E_ARG_CTRL_NULL
CE-33343-6,0x80B4000F,SCE_S3D_CONVERSION_ERROR_E_ARG_CTRL_INVALID
CE-33344-7,0x80B40010,SCE_S3D_CONVERSION_ERROR_E_ARG_OUTPICINFO_NULL
CE-33345-8,0x80B40012,SCE_S3D_CONVERSION_ERROR_E_ARG_LEFTPICINFO_INVALID
CE-33346-9,0x80B40013,SCE_S3D_CONVERSION_ERROR_E_ARG_RIGHTPICINFO_INVALID
CE-33347-0,0x80B40014,SCE_S3D_CONVERSION_ERROR_E_ARG_LEFT_RENDERTARGET_NULL
CE-33348-1,0x80B40015,SCE_S3D_CONVERSION_ERROR_E_ARG_LEFT_RENDERTARGET_INVALID
CE-33349-2,0x80B40016,SCE_S3D_CONVERSION_ERROR_E_ARG_RIGHT_RENDERTARGET_NULL
CE-33350-4,0x80B40017,SCE_S3D_CONVERSION_ERROR_E_ARG_RIGHT_RENDERTARGET_INVALID
CE-33351-5,0x80B40018,SCE_S3D_CONVERSION_ERROR_E_SEQ
CE-33352-6,0x80B50001,SCE_RTC_ERROR_NOT_INITIALIZED
CE-33353-7,0x80B50002,SCE_RTC_ERROR_INVALID_POINTER
CE-33354-8,0x80B50003,SCE_RTC_ERROR_INVALID_VALUE
CE-33355-9,0x80B50004,SCE_RTC_ERROR_INVALID_ARG
CE-33356-0,0x80B50005,SCE_RTC_ERROR_NOT_SUPPORTED
CE-33357-1,0x80B50006,SCE_RTC_ERROR_NO_CLOCK
CE-33358-2,0x80B50007,SCE_RTC_ERROR_BAD_PARSE
CE-33359-3,0x80B50008,SCE_RTC_ERROR_INVALID_YEAR
CE-33360-5,0x80B50009,SCE_RTC_ERROR_INVALID_MONTH
CE-33361-6,0x80B5000A,SCE_RTC_ERROR_INVALID_DAY
CE-33362-7,0x80B5000B,SCE_RTC_ERROR_INVALID_HOUR
CE-33363-8,0x80B5000C,SCE_RTC_ERROR_INVALID_MINUTE
CE-33364-9,0x80B5000D,SCE_RTC_ERROR_INVALID_SECOND
CE-33365-0,0x80B5000E,SCE_RTC_ERROR_INVALID_MICROSECOND
CE-33402-2,0x80B80001,SCE_COMMON_DIALOG_ERROR_NOT_SYSTEM_INITIALIZED
CE-33403-3,0x80B80002,SCE_COMMON_DIALOG_ERROR_ALREADY_SYSTEM_INITIALIZED
CE-33404-4,0x80B80003,SCE_COMMON_DIALOG_ERROR_NOT_INITIALIZED
CE-33405-5,0x80B80004,SCE_COMMON_DIALOG_ERROR_ALREADY_INITIALIZED
CE-33406-6,0x80B80005,SCE_COMMON_DIALOG_ERROR_NOT_FINISHED
CE-33407-7,0x80B80006,SCE_COMMON_DIALOG_ERROR_INVALID_STATE
CE-33408-8,0x80B80007,SCE_COMMON_DIALOG_ERROR_RESULT_NONE
CE-33409-9,0x80B80008,SCE_COMMON_DIALOG_ERROR_BUSY
CE-33410-1,0x80B80009,SCE_COMMON_DIALOG_ERROR_OUT_OF_MEMORY
CE-33411-2,0x80B8000A,SCE_COMMON_DIALOG_ERROR_PARAM_INVALID
CE-33412-3,0x80B8000B,SCE_COMMON_DIALOG_ERROR_NOT_RUNNING
CE-33413-4,0x80B8000C,SCE_COMMON_DIALOG_ERROR_ALREADY_CLOSE
CE-33414-5,0x80B8000D,SCE_COMMON_DIALOG_ERROR_ARG_NULL
CE-33415-6,0x80B8000E,SCE_COMMON_DIALOG_ERROR_UNEXPECTED_FATAL
CE-33416-7,0x80B8000F,SCE_COMMON_DIALOG_ERROR_NOT_SUPPORTED
CE-33417-8,0x80B90001,SCE_HAND_ERROR_NO_MEMORY
CE-33418-9,0x80B90002,SCE_HAND_ERROR_INVALID_PARAM
CE-33419-0,0x80B90003,SCE_HAND_ERROR_INVALID_DICT
CE-33420-2,0x80B90005,SCE_HAND_ERROR_OUT_OF_RANGE
CE-33426-8,0x80BB0000,SCE_DEPTH_ERROR_INVALID_PARAMETER
CE-33427-9,0x80BB0001,SCE_DEPTH_ERROR_INVALID_UPDATE_MODE
CE-33428-0,0x80BB0002,SCE_DEPTH_ERROR_INVALID_EXECUTION_MODE
CE-33429-1,0x80BB0003,SCE_DEPTH_ERROR_INVALID_PIXEL_FORMAT
CE-33430-3,0x80BB0004,SCE_DEPTH_ERROR_INVALID_IMAGE_TYPE
CE-33431-4,0x80BB0005,SCE_DEPTH_ERROR_INVALID_HANDLE
CE-33432-5,0x80BB0006,SCE_DEPTH_ERROR_INVALID_MEMORY_ALIGNMENT
CE-33433-6,0x80BB0007,SCE_DEPTH_ERROR_INVALID_ASPECT
CE-33434-7,0x80BB0008,SCE_DEPTH_ERROR_INVALID_SIZE_PARAMETER
CE-33435-8,0x80BB0009,SCE_DEPTH_ERROR_INVALID_RESERVED_PARAMETER
CE-33436-9,0x80BB000A,SCE_DEPTH_ERROR_INVALID_POINTER_ADDRESS
CE-33437-0,0x80BB000B,SCE_DEPTH_ERROR_INVALID_RESOLUTION_PARAMETER
CE-33438-1,0x80BB000C,SCE_DEPTH_ERROR_INVALID_CAMERA_TYPE
CE-33439-2,0x80BB000D,SCE_DEPTH_ERROR_INVALID_PARAMETER_RANGE
CE-33440-4,0x80BB0100,SCE_DEPTH_ERROR_NOT_ENOUGH_MEMORY
CE-33441-5,0x80BB0101,SCE_DEPTH_ERROR_COULD_NOT_CREATED_INSTANCE
CE-33442-6,0x80BBFF00,SCE_DEPTH_ERROR_CALIBRATION_IS_NECESSARY
CE-33443-7,0x80BBFFFF,SCE_DEPTH_ERROR_FATAL
CE-33444-8,0x80BC0001,SCE_IME_ERROR_BUSY
CE-33445-9,0x80BC0002,SCE_IME_ERROR_NOT_OPENED
CE-33446-0,0x80BC0003,SCE_IME_ERROR_NO_MEMORY
CE-33447-1,0x80BC0004,SCE_IME_ERROR_CONNECTION_FAILED
CE-33448-2,0x80BC0005,SCE_IME_ERROR_TOO_MANY_REQUESTS
CE-33449-3,0x80BC0006,SCE_IME_ERROR_INVALID_TEXT
CE-33450-5,0x80BC0007,SCE_IME_ERROR_EVENT_OVERFLOW
CE-33451-6,0x80BC0010,SCE_IME_ERROR_INVALID_USER_ID
CE-33452-7,0x80BC0011,SCE_IME_ERROR_INVALID_TYPE
CE-33453-8,0x80BC0012,SCE_IME_ERROR_INVALID_SUPPORTED_LANGUAGES
CE-33454-9,0x80BC0013,SCE_IME_ERROR_INVALID_ENTER_LABEL
CE-33455-0,0x80BC0014,SCE_IME_ERROR_INVALID_INPUT_METHOD
CE-33456-1,0x80BC0015,SCE_IME_ERROR_INVALID_OPTION
CE-33457-2,0x80BC0016,SCE_IME_ERROR_INVALID_MAX_TEXT_LENGTH
CE-33458-3,0x80BC0017,SCE_IME_ERROR_INVALID_INPUT_TEXT_BUFFER
CE-33459-4,0x80BC0018,SCE_IME_ERROR_INVALID_POSX
CE-33460-6,0x80BC0019,SCE_IME_ERROR_INVALID_POSY
CE-33461-7,0x80BC001A,SCE_IME_ERROR_INVALID_HORIZONTALIGNMENT
CE-33462-8,0x80BC001B,SCE_IME_ERROR_INVALID_VERTICALALIGNMENT
CE-33463-9,0x80BC001C,SCE_IME_ERROR_INVALID_EXTENDED
CE-33464-0,0x80BC0020,SCE_IME_ERROR_INVALID_WORK
CE-33465-1,0x80BC0021,SCE_IME_ERROR_INVALID_ARG
CE-33466-2,0x80BC0022,SCE_IME_ERROR_INVALID_HANDLER
CE-33467-3,0x80BC0023,SCE_IME_ERROR_NO_RESOURCE_ID
CE-33468-4,0x80BC0024,SCE_IME_ERROR_INVALID_MODE
CE-33469-5,0x80BC0030,SCE_IME_ERROR_INVALID_PARAM
CE-33470-7,0x80BC0031,SCE_IME_ERROR_INVALID_ADDRESS
CE-33471-8,0x80BC0032,SCE_IME_ERROR_INVALID_RESERVED
CE-33472-9,0x80BC00FF,SCE_IME_ERROR_INTERNAL
CE-33473-0,0x80BC0101,SCE_IME_DIALOG_ERROR_INVALID_TITLE
CE-33474-1,0x80BC0105,SCE_IME_DIALOG_ERROR_NOT_RUNNING
CE-33475-2,0x80BC0106,SCE_IME_DIALOG_ERROR_NOT_FINISHED
CE-33476-3,0x80BC0107,SCE_IME_DIALOG_ERROR_NOT_IN_USE
CE-33485-3,0x80BE0001,SCE_SCREENSHOT_ERROR_INVALID_ARGUMENT
CE-33486-4,0x80BE0002,SCE_SCREENSHOT_ERROR_NO_MEMORY
CE-33487-5,0x80BE0003,SCE_SCREENSHOT_ERROR_FILE_NOT_FOUND
CE-33488-6,0x80BE0004,SCE_SCREENSHOT_ERROR_NOT_SUPPORTED_FORMAT
CE-33489-7,0x80BE0005,SCE_SCREENSHOT_ERROR_MEDIA_FULL
CE-33490-9,0x80BE0006,SCE_SCREENSHOT_ERROR_INTERNAL
CE-33498-7,0x80BE000E,SCE_SCREENSHOT_ERROR_NOT_SUPPORTED_DATA
CE-33544-9,0x80C10000,SCE_VIDEODEC_ERROR_API_FAIL
CE-33545-0,0x80C10001,SCE_VIDEODEC_ERROR_CODEC_TYPE
CE-33546-1,0x80C10002,SCE_VIDEODEC_ERROR_STRUCT_SIZE
CE-33547-2,0x80C10003,SCE_VIDEODEC_ERROR_HANDLE
CE-33548-3,0x80C10004,SCE_VIDEODEC_ERROR_CPU_MEMORY_SIZE
CE-33549-4,0x80C10005,SCE_VIDEODEC_ERROR_CPU_MEMORY_POINTER
CE-33550-6,0x80C10006,SCE_VIDEODEC_ERROR_CPU_GPU_MEMORY_SIZE
CE-33551-7,0x80C10007,SCE_VIDEODEC_ERROR_CPU_GPU_MEMORY_POINTER
CE-33552-8,0x80C10008,SCE_VIDEODEC_ERROR_SHADER_CONTEXT_POINTER
CE-33553-9,0x80C10009,SCE_VIDEODEC_ERROR_AU_SIZE
CE-33554-0,0x80C1000A,SCE_VIDEODEC_ERROR_AU_POINTER
CE-33555-1,0x80C1000B,SCE_VIDEODEC_ERROR_FRAME_BUFFER_SIZE
CE-33556-2,0x80C1000C,SCE_VIDEODEC_ERROR_FRAME_BUFFER_POINTER
CE-33557-3,0x80C1000D,SCE_VIDEODEC_ERROR_FRAME_BUFFER_ALIGNMENT
CE-33558-4,0x80C1000E,SCE_VIDEODEC_ERROR_CONFIG_INFO
CE-33559-5,0x80C1000F,SCE_VIDEODEC_ERROR_ARGUMENT_POINTER
CE-33585-4,0x80C40001,SCE_PAD_TRACKER_ERROR_NOT_INIT
CE-33586-5,0x80C40002,SCE_PAD_TRACKER_ERROR_ALREADY_INIT
CE-33587-6,0x80C40003,SCE_PAD_TRACKER_ERROR_INVALID_ARG
CE-33588-7,0x80C40004,SCE_PAD_TRACKER_ERROR_INVALID_HANDLE
CE-33598-8,0x80D11000,SCE_GNM_ERROR_SUBMISSION_FAILED_INVALID_ARGUMENT
CE-33599-9,0x80D11001,SCE_GNM_ERROR_SUBMISSION_NOT_ENOUGH_RESOURCES
CE-33600-2,0x80D11080,SCE_GNM_ERROR_SUBMISSION_AND_FLIP_FAILED_INVALID_COMMAND_BUFFER
CE-33601-3,0x80D11081,SCE_GNM_ERROR_SUBMISSION_AND_FLIP_FAILED_INVALID_QUEUE_FULL
CE-33602-4,0x80D11082,SCE_GNM_ERROR_SUBMISSION_AND_FLIP_FAILED_REQUEST_FAILED
CE-33603-5,0x80D110FF,SCE_GNM_ERROR_SUBMISSION_FAILED_INTERNAL_ERROR
CE-33604-6,0x80D1200F,SCE_GNM_ERROR_VALIDATION_WARNING_PS_AND_MRT_FORMAT
CE-33605-7,0x80D13001,SCE_GNM_ERROR_VALIDATION_VSHARP
CE-33606-8,0x80D13002,SCE_GNM_ERROR_VALIDATION_TSHARP
CE-33607-9,0x80D13003,SCE_GNM_ERROR_VALIDATION_RESOURCE
CE-33608-0,0x80D13004,SCE_GNM_ERROR_VALIDATION_TABLE_MEMORY
CE-33609-1,0x80D13005,SCE_GNM_ERROR_VALIDATION_WRITE_EVENT_OP
CE-33610-3,0x80D13006,SCE_GNM_ERROR_VALIDATION_INDEX_BUFFER
CE-33611-4,0x80D13007,SCE_GNM_ERROR_VALIDATION_TESS_FACTOR_BUFFER
CE-33612-5,0x80D13008,SCE_GNM_ERROR_VALIDATION_SCRATCH_RING
CE-33613-6,0x80D13009,SCE_GNM_ERROR_VALIDATION_PRIMITIVE_TYPE
CE-33614-7,0x80D1300A,SCE_GNM_ERROR_VALIDATION_INDEX_SIZE
CE-33615-8,0x80D1300B,SCE_GNM_ERROR_VALIDATION_INLINE_DRAW_SIZE
CE-33616-9,0x80D1300C,SCE_GNM_ERROR_VALIDATION_NUM_INPUT_PATCHES
CE-33617-0,0x80D1300D,SCE_GNM_ERROR_VALIDATION_GS_MODE
CE-33618-1,0x80D1300E,SCE_GNM_ERROR_VALIDATION_SHADER_ADDRESS
CE-33619-2,0x80D13FFF,SCE_GNM_ERROR_VALIDATION_NOT_ENABLED
CE-33620-4,0x80D15000,SCE_GNM_ERROR_CAPTURE_FILE_IO
CE-33621-5,0x80D15001,SCE_GNM_ERROR_CAPTURE_RAZOR_NOT_LOADED
CE-33622-6,0x80D15002,SCE_GNM_ERROR_CAPTURE_NOTHING_TO_CAPTURE
CE-33623-7,0x80D1500F,SCE_GNM_ERROR_CAPTURE_FAILED_INTERNAL
CE-33624-8,0x80D17000,SCE_GNM_ERROR_COMPUTEQUEUE_INVALID_PIPE_ID
CE-33625-9,0x80D17001,SCE_GNM_ERROR_COMPUTEQUEUE_INVALID_QUEUE_ID
CE-33626-0,0x80D17002,SCE_GNM_ERROR_COMPUTEQUEUE_INVALID_RING_SIZE
CE-33627-1,0x80D17003,SCE_GNM_ERROR_COMPUTEQUEUE_INVALID_RING_BASE_ADDR
CE-33628-2,0x80D17004,SCE_GNM_ERROR_COMPUTEQUEUE_INVALID_READ_PTR_ADDR
CE-33629-3,0x80D170FF,SCE_GNM_ERROR_COMPUTEQUEUE_INTERNAL
CE-33630-5,0x80D21000,SCE_GNMX_ERROR_DISPATCH_DRAW_INVALID_ARGUMENTS
CE-33631-6,0x80D21001,SCE_GNMX_ERROR_DISPATCH_DRAW_OUT_OF_SPACE_FOR_INDEX_DATA
CE-33632-7,0x80D21002,SCE_GNMX_ERROR_DISPATCH_DRAW_OUT_OF_SPACE_FOR_BLOCK_OFFSET
CE-33633-8,0x80D21003,SCE_GNMX_ERROR_DISPATCH_DRAW_UNREPRESENTABLE_OFFSET
CE-33634-9,0x80D30000,SCE_GPU_ADDRESS_ERROR_STATUS_INVALID_ARGUMENT
CE-33635-0,0x80D30001,SCE_GPU_ADDRESS_ERROR_STATUS_INTERNAL_TILING
CE-33647-3,0x80D70000,SCE_TEXTURE_TOOL_ERROR_COMPUTE_COMPRESS_INVALID_FORMAT
CE-33648-4,0x80D70001,SCE_TEXTURE_TOOL_ERROR_COMPUTE_COMPRESS_INVALID_BC_ENCODER
CE-33649-5,0x80D70002,SCE_TEXTURE_TOOL_ERROR_COMPUTE_COMPRESS_BUFFER_SIZE
CE-33650-7,0x80D70003,SCE_TEXTURE_TOOL_ERROR_COMPUTE_COMPRESS_INVALID_POINTER_OR_ENCODER
CE-33651-8,0x80D70004,SCE_TEXTURE_TOOL_ERROR_COMPUTE_COMPRESS_INVALID_TEXTURE
CE-33652-9,0x80D70005,SCE_TEXTURE_TOOL_ERROR_COMPUTE_COMPRESS_ALLOCATE_FAILURE_FROM_DCB
CE-33653-0,0x80D70100,SCE_TEXTURE_TOOL_ERROR_GNF_INVALID_POINTER
CE-33654-1,0x80D70101,SCE_TEXTURE_TOOL_ERROR_GNF_NOT_GNF_FILE
CE-33655-2,0x80D70102,SCE_TEXTURE_TOOL_ERROR_GNF_CORRUPT_HEADER
CE-33656-3,0x80D70103,SCE_TEXTURE_TOOL_ERROR_GNF_FILE_IS_TOO_SHORT
CE-33657-4,0x80D70104,SCE_TEXTURE_TOOL_ERROR_GNF_VERSION_MISMATCH
CE-33658-5,0x80D70105,SCE_TEXTURE_TOOL_ERROR_GNF_ALIGNMENT_OUT_OF_RANGE
CE-33659-6,0x80D70106,SCE_TEXTURE_TOOL_ERROR_GNF_CONTENTS_SIZE_MISMATCH
CE-33660-8,0x80D70107,SCE_TEXTURE_TOOL_ERROR_GNF_CANNOT_OPEN_FILE_FOR_READ
CE-33661-9,0x80D70108,SCE_TEXTURE_TOOL_ERROR_GNF_PIXEL_DATA_SIZE_MISMATCH
CE-33672-1,0x80D90001,SCE_APP_CONTENT_ERROR_NOT_INITIALIZED
CE-33673-2,0x80D90002,SCE_APP_CONTENT_ERROR_PARAMETER
CE-33674-3,0x80D90003,SCE_APP_CONTENT_ERROR_BUSY
CE-33675-4,0x80D90004,SCE_APP_CONTENT_ERROR_NOT_MOUNTED
CE-33676-5,0x80D90005,SCE_APP_CONTENT_ERROR_NOT_FOUND
CE-33677-6,0x80D90006,SCE_APP_CONTENT_ERROR_MOUNT_FULL
CE-33678-7,0x80D90007,SCE_APP_CONTENT_ERROR_DRM_NO_ENTITLEMENT
CE-33679-8,0x80D90008,SCE_APP_CONTENT_ERROR_NO_SPACE
CE-33680-0,0x80D90009,SCE_APP_CONTENT_ERROR_NOT_SUPPORTED
CE-33681-1,0x80DA0001,SCE_DBG_KEYBOARD_ERROR_INVALID_ARG
CE-33682-2,0x80DA0002,SCE_DBG_KEYBOARD_ERROR_INVALID_PORT
CE-33683-3,0x80DA0003,SCE_DBG_KEYBOARD_ERROR_INVALID_HANDLE
CE-33684-4,0x80DA0004,SCE_DBG_KEYBOARD_ERROR_ALREADY_OPENED
CE-33685-5,0x80DA0005,SCE_DBG_KEYBOARD_ERROR_NOT_INITIALIZED
CE-33686-6,0x80DA00FF,SCE_DBG_KEYBOARD_ERROR_FATAL
CE-33687-7,0x80DB0001,SCE_NP_SNS_FACEBOOK_DIALOG_ERROR_INTERNAL
CE-33688-8,0x80DB0002,SCE_NP_SNS_FACEBOOK_DIALOG_ERROR_NOT_SIGNIN
CE-33689-9,0x80DB0003,SCE_NP_SNS_FACEBOOK_DIALOG_ERROR_ACCESS_NOT_ALLOWED
CE-33690-1,0x80DB0004,SCE_NP_SNS_FACEBOOK_DIALOG_ERROR_UGM_RESTRICTION
CE-33691-2,0x80DC0001,SCE_VIDEOCORE_ERROR_CODE_INVALID_PARAM
CE-33692-3,0x80DC0003,SCE_VIDEOCORE_ERROR_CODE_INVALID_STATUS
CE-33693-4,0x80DC0004,SCE_VIDEOCORE_ERROR_CODE_INVALID_STATUS_COREIF
CE-33694-5,0x80DC0005,SCE_VIDEOCORE_ERROR_CODE_STREAM_FULL
CE-33695-6,0x80DC0006,SCE_VIDEOCORE_ERROR_CODE_NOT_EXIST_STREAMID
CE-33696-7,0x80DC000D,SCE_VIDEOCORE_ERROR_CODE_NO_ALLOCATE_MEMORY
CE-33697-8,0x80DC000E,SCE_VIDEOCORE_ERROR_CODE_UNUSABLE_THIS_API
CE-33698-9,0x80DC0010,SCE_VIDEOCORE_ERROR_CODE_RESULT_TIMEOUT
CE-33699-0,0x80DC0011,SCE_VIDEOCORE_ERROR_CODE_REQUEST_FULL
CE-33700-3,0x80DC0012,SCE_VIDEOCORE_ERROR_CODE_NOT_EXIST_REQUESTID
CE-33701-4,0x80DC0013,SCE_VIDEOCORE_ERROR_CODE_REGISTERED_CALLBACK_FULL
CE-33702-5,0x80DC0014,SCE_VIDEOCORE_ERROR_CODE_RESOURCE_HANDLE_FULL
CE-33703-6,0x80DC0015,SCE_VIDEOCORE_ERROR_CODE_NOT_EXIST_RESOURCE_HANDLE
CE-33704-7,0x80DC0016,SCE_VIDEOCORE_ERROR_CODE_NO_DECODER_RESOURCE
CE-33705-8,0x80DC0100,SCE_VIDEOCORE_ERROR_CODE_INVALID_PARAM_CORE
CE-33706-9,0x80DC0300,SCE_VIDEOCORE_ERROR_CODE_NOT_EXIST_STREAM
CE-33707-0,0x80DC0400,SCE_VIDEOCORE_ERROR_CODE_NOPLAYABLE
CE-33708-1,0x80DC0500,SCE_VIDEOCORE_ERROR_CODE_STOP
CE-33709-2,0x80DC8002,SCE_VIDEOCORE_ERROR_CODE_INVALID_PARAM_COREIF
CE-33710-4,0x80DC8008,SCE_VIDEOCORE_ERROR_CODE_VIDEOCORE_FUNCTION
CE-33711-5,0x80DC8009,SCE_VIDEOCORE_ERROR_CODE_SCE_FUNCTION
CE-33712-6,0x80DC800A,SCE_VIDEOCORE_ERROR_CODE_KERNEL_FUNCTION
CE-33713-7,0x80DC800B,SCE_VIDEOCORE_ERROR_CODE_IPMI
CE-33714-8,0x80DC800C,SCE_VIDEOCORE_ERROR_CODE_IPMI_COREIF
CE-33715-9,0x80DC80FF,SCE_VIDEOCORE_ERROR_CODE_INTERNAL
CE-33716-0,0x80DC8200,SCE_VIDEOCORE_ERROR_CODE_INVALID_STATUS_CORE
CE-33717-1,0x80DC8600,SCE_VIDEOCORE_ERROR_CODE_SCE_FUNCTION_CORE
CE-33718-2,0x80DC8700,SCE_VIDEOCORE_ERROR_CODE_KERNEL_FUNCTION_CORE
CE-33719-3,0x80DC8800,SCE_VIDEOCORE_ERROR_CODE_IPMI_CORE
CE-33720-5,0x80DCFF00,SCE_VIDEOCORE_ERROR_CODE_INTERNAL_CORE
CE-33723-8,0x80DE0001,SCE_PF_AUTH_CLIENT_ERROR_INVALID_ARGUMENT
CE-33724-9,0x80DE0002,SCE_PF_AUTH_CLIENT_ERROR_OUT_OF_MEMORY
CE-33725-0,0x80DE0003,SCE_PF_AUTH_CLIENT_ERROR_ABORTED
CE-33726-1,0x80DE0010,SCE_PF_AUTH_CLIENT_ERROR_UNSUPPORTED_SYSTEM_SOFTWARE_VERSION
CE-33727-2,0x80DE0011,SCE_PF_AUTH_CLIENT_ERROR_EMERGENT_SYSTEM_SOFTWARE_UPDATE_REQUIRED
CE-33728-3,0x80DE0012,SCE_PF_AUTH_CLIENT_ERROR_CONSOLE_BANNED
CE-33729-4,0x80DE0013,SCE_PF_AUTH_CLIENT_ERROR_AUTH_FAILED
CE-33730-6,0x80DE0014,SCE_PF_AUTH_CLIENT_ERROR_CONSOLE_TOKEN_BUFFER_SIZE_NOT_ENOUGH
CE-33731-7,0x80DE0015,SCE_PF_AUTH_CLIENT_ERROR_SIGNATURE_NOT_VALID
CE-33732-8,0x80DE0030,SCE_PF_AUTH_CLIENT_SERVER_ERROR_UNKNOWN
CE-33733-9,0x80DE0031,SCE_PF_AUTH_CLIENT_SERVER_ERROR_NULL_VALUE_NOT_ALLOWED
CE-33734-0,0x80DE0032,SCE_PF_AUTH_CLIENT_SERVER_ERROR_INVALID_REQUEST_BODY
CE-33735-1,0x80DE0033,SCE_PF_AUTH_CLIENT_SERVER_ERROR_INVALID_QUERY_STRING
CE-33736-2,0x80DE0034,SCE_PF_AUTH_CLIENT_SERVER_ERROR_INVALID_NP_ENVIRONMENT
CE-33737-3,0x80DE0035,SCE_PF_AUTH_CLIENT_SERVER_ERROR_TOOL_LARGE_BODY
CE-33738-4,0x80DE0036,SCE_PF_AUTH_CLIENT_SERVER_ERROR_UNSUPPORTED_API_VERSION
CE-33739-5,0x80DE0037,SCE_PF_AUTH_CLIENT_SERVER_ERROR_BAD_REQUEST
CE-33740-7,0x80DE0042,SCE_PF_AUTH_CLIENT_SERVER_ERROR_NOT_AUTHORIZED
CE-33741-8,0x80DE0043,SCE_PF_AUTH_CLIENT_SERVER_ERROR_RATE_LIMIT_EXCEEDED
CE-33742-9,0x80DE0044,SCE_PF_AUTH_CLIENT_SERVER_ERROR_INTERNAL_SERVER_ERROR
CE-33743-0,0x80DE0045,SCE_PF_AUTH_CLIENT_SERVER_ERROR_SERVER_BUSY
CE-33744-1,0x80DE0046,SCE_PF_AUTH_CLIENT_SERVER_ERROR_SERVER_MAINTENANCE
CE-33745-2,0x80DE0047,SCE_PF_AUTH_CLIENT_SERVER_ERROR_SERVICE_CLOSED
CE-33746-3,0x80DE0048,SCE_PF_AUTH_CLIENT_SERVER_ERROR_UNEXPECTED_ERROR
CE-33747-4,0x80DE0049,SCE_PF_AUTH_CLEINT_SERVER_ERROR_INVALID_REQUEST_BODY_SIZE
CE-33748-5,0x80DE004A,SCE_PF_AUTH_CLIENT_SERVER_ERROR_MESSAGE_FORMAT_SIGNATURE_VERIFICATION_FAILED
CE-33749-6,0x80DE004B,SCE_PF_AUTH_CLIENT_SERVER_ERROR_CERTPS_SIGNATURE_VERIFICATION_FAILED
CE-33750-8,0x80DE004C,SCE_PF_AUTH_CLIENT_SERVER_ERROR_NO_C1_DATA
CE-33751-9,0x80DE004D,SCE_PF_AUTH_CLIENT_SERVER_ERROR_DPS_SIGNATURE_VERIFICATION_FAILED
CE-33752-0,0x80DE004E,SCE_PF_AUTH_CLIENT_SERVER_ERROR_DPS_MATCHING_CONFIRMATION_FAILED
CE-33753-1,0x80DE004F,SCE_PF_AUTH_CLIENT_SERVER_ERROR_KSES_HASH_MATCHING_FAILED
CE-33754-2,0x80DE0050,SCE_PF_AUTH_CLIENT_SERVER_ERROR_CREATED_CONSOLE_TOKEN_TOO_LARGE
CE-33755-3,0x80DF0001,SCE_MOUSE_ERROR_INVALID_ARG
CE-33756-4,0x80DF0002,SCE_MOUSE_ERROR_INVALID_PORT
CE-33757-5,0x80DF0003,SCE_MOUSE_ERROR_INVALID_HANDLE
CE-33758-6,0x80DF0004,SCE_MOUSE_ERROR_ALREADY_OPENED
CE-33759-7,0x80DF0005,SCE_MOUSE_ERROR_NOT_INITIALIZED
CE-33760-9,0x80DF00FF,SCE_MOUSE_ERROR_FATAL
CE-33844-2,0x80E40001,SCE_COMPANION_HTTPD_ERROR_UNKNOWN
CE-33845-3,0x80E40002,SCE_COMPANION_HTTPD_ERROR_FATAL
CE-33846-4,0x80E40003,SCE_COMPANION_HTTPD_ERROR_NOMEM
CE-33847-5,0x80E40004,SCE_COMPANION_HTTPD_ERROR_INVALID_PARAM
CE-33848-6,0x80E40005,SCE_COMPANION_HTTPD_ERROR_INVALID_OPERATION
CE-33849-7,0x80E40006,SCE_COMPANION_HTTPD_ERROR_NOT_INITIALIZED
CE-33850-9,0x80E40007,SCE_COMPANION_HTTPD_ERROR_ALREADY_INITIALIZED
CE-33851-0,0x80E40008,SCE_COMPANION_HTTPD_ERROR_NO_EVENT
CE-33852-1,0x80E40009,SCE_COMPANION_HTTPD_ERROR_NOT_GENERATE_RESPONSE
CE-33853-2,0x80E4000A,SCE_COMPANION_HTTPD_ERROR_ALREADY_STARTED
CE-33854-3,0x80E4000B,SCE_COMPANION_HTTPD_ERROR_NOT_STARTED
CE-33951-1,0x80EA0001,SCE_AUDIO3D_ERROR_UNKNOWN
CE-33952-2,0x80EA0002,SCE_AUDIO3D_ERROR_INVALID_PORT
CE-33953-3,0x80EA0003,SCE_AUDIO3D_ERROR_INVALID_OBJECT
CE-33954-4,0x80EA0004,SCE_AUDIO3D_ERROR_INVALID_PARAMETER
CE-33955-5,0x80EA0005,SCE_AUDIO3D_ERROR_OUT_OF_MEMORY
CE-33956-6,0x80EA0006,SCE_AUDIO3D_ERROR_OUT_OF_RESOURCES
CE-33957-7,0x80EA0007,SCE_AUDIO3D_ERROR_NOT_READY
CE-33994-8,0x80ED0001,SCE_ERROR_DIALOG_ERROR_NOT_INITIALIZED
CE-33995-9,0x80ED0002,SCE_ERROR_DIALOG_ERROR_ALREADY_INITIALIZED
CE-33996-0,0x80ED0003,SCE_ERROR_DIALOG_ERROR_PARAM_INVALID
CE-33997-1,0x80ED0004,SCE_ERROR_DIALOG_ERROR_UNEXPECTED_FATAL
CE-33998-2,0x80ED0005,SCE_ERROR_DIALOG_ERROR_INVALID_STATE
CE-33999-3,0x80ED0006,SCE_ERROR_DIALOG_ERROR_SERVICE_BUSY
CE-34000-7,0x80ED0007,SCE_ERROR_DIALOG_ERROR_INVALID_USER_ID
CE-34001-8,0x80EE0001,SCE_MOVE_ERROR_NOT_INIT
CE-34002-9,0x80EE0002,SCE_MOVE_ERROR_ALREADY_INIT
CE-34003-0,0x80EE0003,SCE_MOVE_ERROR_INVALID_ARG
CE-34004-1,0x80EE0004,SCE_MOVE_ERROR_INVALID_HANDLE
CE-34005-2,0x80EE0005,SCE_MOVE_ERROR_MAX_CONTROLLERS_EXCEEDED
CE-34006-3,0x80EE0006,SCE_MOVE_ERROR_INVALID_PORT
CE-34007-4,0x80EE0007,SCE_MOVE_ERROR_ALREADY_OPENED
CE-34008-5,0x80EE00FF,SCE_MOVE_ERROR_FATAL
CE-34009-6,0x80EF0001,SCE_MOVE_TRACKER_ERROR_NOT_INIT
CE-34010-8,0x80EF0002,SCE_MOVE_TRACKER_ERROR_ALREADY_INIT
CE-34011-9,0x80EF0003,SCE_MOVE_TRACKER_ERROR_INVALID_ARG
CE-34012-0,0x80EF0004,SCE_MOVE_TRACKER_ERROR_INVALID_HANDLE
CE-34101-9,0x80F90001,SCE_PSVR_ERROR_CREATE_FAIL
CE-34102-0,0x80F90002,SCE_PSVR_ERROR_INVALID_OPTION
CE-34103-1,0x80F90003,SCE_PSVR_ERROR_MEMORY_FAIL
CE-34104-2,0x80F90004,SCE_PSVR_ERROR_MEMORY_LEAK
CE-34105-3,0x80F90005,SCE_PSVR_ERROR_SAVE_CPR_FAIL
CE-34106-4,0x80F90006,SCE_PSVR_ERROR_COMPILE_FAIL
CE-34107-5,0x80F90007,SCE_PSVR_ERROR_GRAMMAR_FAIL
CE-34108-6,0x80F90008,SCE_PSVR_ERROR_START_FAIL
CE-34109-7,0x80F90009,SCE_PSVR_ERROR_INVALID_ARGUMENT
CE-34110-9,0x80F9000A,SCE_PSVR_ERROR_RESOURCE_INSUFFICIENT
CE-34111-0,0x80F9000B,SCE_PSVR_ERROR_NOT_INITIALIZED
CE-34112-1,0x80F9000C,SCE_PSVR_ERROR_ALREADY_INITIALIZED
CE-34113-2,0x80F9000D,SCE_PSVR_ERROR_INVALID_RESULT
CE-34127-7,0x80FC0001,SCE_REMOTEPLAY_ERROR_INVALID_ARGS
CE-34128-8,0x80FC0002,SCE_REMOTEPLAY_ERROR_OUT_OF_MEMORY
CE-34149-1,0x81000000,SCE_SCREAM_SND_LOAD_ERROR_COULDNT_OPEN_FILE
CE-34150-3,0x81000001,SCE_SCREAM_SND_LOAD_ERROR_READING_FILE
CE-34151-4,0x81000002,SCE_SCREAM_SND_LOAD_ERROR_MEMORY
CE-34152-5,0x81000003,SCE_SCREAM_SND_LOAD_ERROR_ALIGNMENT
CE-34153-6,0x81000004,SCE_SCREAM_SND_LOAD_ERROR_INVALID_FORMAT
CE-34154-7,0x81000005,SCE_SCREAM_SND_LOAD_ERROR_ALREADY_LOADED
CE-34155-8,0x81000101,SCE_SCREAM_SS_ERROR_SYSTEM_ALREADY_STARTED
CE-34156-9,0x81000102,SCE_SCREAM_SS_ERROR_SYSTEM_NOT_STARTED
CE-34157-0,0x81000103,SCE_SCREAM_SS_ERROR_SYNTH_INIT_FAILED
CE-34158-1,0x81000104,SCE_SCREAM_SS_ERROR_INVALID_PARAMETER
CE-34159-2,0x81000200,SCE_SCREAM_SND_STREAM_INIT_ERROR_UNKNOWN
CE-34160-4,0x81000201,SCE_SCREAM_SND_STREAM_INIT_ERROR_MEMORY
CE-34161-5,0x81000202,SCE_SCREAM_SND_STREAM_INIT_ERROR_THREADS
CE-34162-6,0x81000203,SCE_SCREAM_SND_STREAM_INIT_ERROR_ALREADY_INITED
CE-34163-7,0x81000204,SCE_SCREAM_SND_STREAM_INIT_ERROR_INVALID_ARGS
CE-34164-8,0x81000301,SCE_SCREAM_SND_STREAM_ERROR_UNKNOWN
CE-34165-9,0x81000302,SCE_SCREAM_SND_STREAM_ERROR_NOT_INITED
CE-34166-0,0x81000303,SCE_SCREAM_SND_STREAM_ERROR_NOT_FOUND
CE-34167-1,0x81000304,SCE_SCREAM_SND_STREAM_ERROR_CORRUPT
CE-34168-2,0x81000305,SCE_SCREAM_SND_STREAM_ERROR_UNSUPPORTED
CE-34169-3,0x81000306,SCE_SCREAM_SND_STREAM_ERROR_UNREADABLE
CE-34170-5,0x81000307,SCE_SCREAM_SND_STREAM_ERROR_INTERNAL
CE-34171-6,0x81000308,SCE_SCREAM_SND_STREAM_ERROR_UNRECOGNIZED
CE-34172-7,0x81000309,SCE_SCREAM_SND_STREAM_ERROR_OUT_OF_RANGE
CE-34173-8,0x8100030A,SCE_SCREAM_SND_STREAM_ERROR_NULL_POINTER
CE-34174-9,0x8100030B,SCE_SCREAM_SND_STREAM_ERROR_VERSION_MISMATCH
CE-34175-0,0x8100030C,SCE_SCREAM_SND_STREAM_ERROR_ENDIANNESS
CE-34176-1,0x8100030D,SCE_SCREAM_SND_STREAM_ERROR_VOICE_UNAVAILABLE
CE-34177-2,0x8100030E,SCE_SCREAM_SND_STREAM_ERROR_ALLOCATION
CE-34178-3,0x8100030F,SCE_SCREAM_SND_STREAM_ERROR_NOT_ACTIVE
CE-34179-4,0x81000310,SCE_SCREAM_SND_STREAM_ERROR_NOT_BIG_ENOUGH
CE-34180-6,0x81000400,SCE_SCREAM_SND_STREAM_CLOSE_ERROR_NOT_INITED
CE-34181-7,0x81000501,SCE_SCREAM_SCREAMSERVER_ERROR_INIT_FAILURE
CE-34182-8,0x81000502,SCE_SCREAM_SCREAMSERVER_ERROR_INVALID_BANK
CE-34183-9,0x81000503,SCE_SCREAM_SCREAMSERVER_ERROR_NOT_INITIALIZED
CE-34184-0,0x81000600,SCE_SCREAM_SND_STREAM_FILE_ERROR_PASS
CE-34185-1,0x81000601,SCE_SCREAM_SND_STREAM_FILE_ERROR_UNKNOWN
CE-34186-2,0x81000602,SCE_SCREAM_SND_STREAM_FILE_ERROR_OPEN
CE-34187-3,0x81000603,SCE_SCREAM_SND_STREAM_FILE_ERROR_SEEK
CE-34188-4,0x81000604,SCE_SCREAM_SND_STREAM_FILE_ERROR_READ
CE-34189-5,0x81000605,SCE_SCREAM_SND_STREAM_FILE_ERROR_CLOSE
CE-34224-5,0x80020060,SCE_KERNEL_ERROR_EICV
CE-34225-6,0x80020061,SCE_KERNEL_ERROR_ENOPLAYGOENT
CE-34341-5,0x80260014,SCE_AUDIO_OUT_ERROR_INVALID_MIXLEVEL
CE-34342-6,0x80290017,SCE_VIDEO_OUT_ERROR_OVERFLOW
CE-34348-2,0x804A0530,SCE_NGS2_ERROR_INVALID_MAX_DELAY_LENGTH
CE-34349-3,0x804A0531,SCE_NGS2_ERROR_INVALID_MAX_DELAY_TAPS
CE-34350-5,0x804A0532,SCE_NGS2_ERROR_INVALID_DELAY_TYPE
CE-34351-6,0x804A0533,SCE_NGS2_ERROR_INVALID_NUM_DELAY_TAPS
CE-34545-1,0x80951710,SCE_SSL_ERROR_READ_TIMEOUT
CE-34615-9,0x809D3FFF,SCE_CONTENT_EXPORT_ERROR_NOT_IMPLEMENTED
CE-34626-1,0x80A3000C,SCE_APP_INSTALLER_ERROR_APP_IS_RUNNING
CE-34627-2,0x80A3000D,SCE_APP_INSTALLER_ERROR_SYSTEM_VERSION
CE-34628-3,0x80A3000E,SCE_APP_INSTALLER_ERROR_NOT_INSTALL
CE-34629-4,0x80A3000F,SCE_APP_INSTALLER_ERROR_CONTENT_ID_DISAGREE
CE-34630-6,0x80A40022,SCE_PROCESS_STARTER_ERROR_APPLICATION_NOT_FOUND
CE-34631-7,0x80A40023,SCE_PROCESS_STARTER_ERROR_IN_PATCH_INSTALL
CE-34632-8,0x80A40024,SCE_PROCESS_STARTER_ERROR_SKU_FLAG
CE-34633-9,0x80A40025,SCE_PROCESS_STARTER_ERROR_IN_DATA_INSTALL
CE-34634-0,0x80A40026,SCE_PROCESS_STARTER_ERROR_HOST_OVERLAY_MOUNT
CE-34635-1,0x80A90009,SCE_M4AAC_ENC_ERROR_INVALID_PREVIOUS_INPUT_SIZE
CE-34687-8,0x80B40019,SCE_S3D_CONVERSION_ERROR_E_ARG_RSRC_NULL
CE-34688-9,0x80B4001A,SCE_S3D_CONVERSION_ERROR_E_ARG_RSRC_INVALID
CE-34689-0,0x80B4001B,SCE_S3D_CONVERSION_ERROR_E_ARG_RSRCMEM_INVALID
CE-34693-5,0x80BC0008,SCE_IME_ERROR_NOT_ACTIVE
CE-34698-0,0x80D12001,SCE_GNM_ERROR_VALIDATION_WARNING_RWBUFFER_ROTYPE
CE-34699-1,0x80DC0017,SCE_VIDEOCORE_ERROR_CODE_STREAM_SUSPENDED
CE-34700-4,0x80DC0018,SCE_VIDEOCORE_ERROR_CODE_STREAM_ABORTED
CE-34701-5,0x80DE0051,SCE_PF_AUTH_CLIENT_SERVER_ERROR_NOT_FULFILL_A_REQUESTED_VERSION
CE-34712-7,0x80F9000E,SCE_PSVR_ERROR_INVALID_PSVR_POINTER
CE-34772-3,0x81100001,SCE_DISC_MAP_ERROR_INVALID_ARGUMENT
CE-34773-4,0x81100002,SCE_DISC_MAP_ERROR_LOCATION_NOT_MAPPED
CE-34774-5,0x81100003,SCE_DISC_MAP_ERROR_FILE_NOT_FOUND
CE-34775-6,0x811000FF,SCE_DISC_MAP_ERROR_FATAL
CE-34776-7,0x81120002,SCE_ZLIB_ERROR_NOT_FOUND
CE-34777-8,0x8112000B,SCE_ZLIB_ERROR_AGAIN
CE-34778-9,0x8112000E,SCE_ZLIB_ERROR_FAULT
CE-34779-0,0x81120016,SCE_ZLIB_ERROR_INVALID
CE-34780-2,0x81120027,SCE_ZLIB_ERROR_TIMEDOUT
CE-34781-3,0x81120032,SCE_ZLIB_ERROR_NOT_INITIALIZED
CE-34782-4,0x81120033,SCE_ZLIB_ERROR_ALREADY_INITIALIZED
CE-34783-5,0x811200FF,SCE_ZLIB_ERROR_FATAL
CE-34857-7,0x80920101,SCE_PAD_ERROR_NOT_PERMITTED
CE-34858-8,0x80920102,SCE_PAD_ERROR_INVALID_BUFFER_LENGTH
CE-34859-9,0x80920103,SCE_PAD_ERROR_INVALID_REPORT_LENGTH
CE-34860-1,0x80920104,SCE_PAD_ERROR_INVALID_REPORT_ID
CE-34861-2,0x8095170D,SCE_SSL_ERROR_SOCKET_CLOSED
CE-34867-8,0x80A40027,SCE_PROCESS_STARTER_ERROR_OTHER_DISC_INSERTED
CE-34868-9,0x80A40028,SCE_PROCESS_STARTER_ERROR_IN_DISC_LOAD
CE-34869-0,0x80A7000A,SCE_VSH_AVCAP_ERROR_ENOTSUP
CE-34870-2,0x80A80008,SCE_VIDEO_RECORDING_ERROR_UNSUPPORTED
CE-34879-1,0x80DC0900,SCE_VIDEOCORE_ERROR_CODE_ENABLE_RAZOR
CE-35040-2,0x80848105,SCE_JSON_ERROR_NOBUF
CE-35047-9,0x809D1001,SCE_CONTENT_SEARCH_ERROR_NOT_INITIALIZED
CE-35048-0,0x809D1002,SCE_CONTENT_SEARCH_ERROR_ALREADY_INITIALIZED
CE-35049-1,0x809D1003,SCE_CONTENT_SEARCH_ERROR_INVALID_PARAM
CE-35050-3,0x809D1004,SCE_CONTENT_SEARCH_ERROR_NOMEM
CE-35052-5,0x809D1006,SCE_CONTENT_SEARCH_ERROR_INVALID_SEARCH_COLUMN
CE-35237-0,0x80A40029,SCE_PROCESS_STARTER_ERROR_ALREADY_INSTALLED
CE-35238-1,0x80A4002A,SCE_PROCESS_STARTER_ERROR_ACTIVATE_DISC_PLAYER
CE-35239-2,0x80A4002B,SCE_PROCESS_STARTER_ERROR_SYSTEM_UPDATE_IS_FOUND
CE-35240-4,0x80A4002C,SCE_PROCESS_STARTER_ERROR_AREA_SETTING
CE-35241-5,0x80A4002D,SCE_PROCESS_STARTER_ERROR_INVALID_ACCOUNT
CE-35242-6,0x80A4002E,SCE_PROCESS_STARTER_ERROR_3DTV_DETECTED
CE-35289-7,0x80BA000E,SCE_SHELL_UTIL_ERROR_NEED_SYSTEM_UPDATE
CE-35293-2,0x80BB000E,SCE_DEPTH_ERROR_INVALID_PROCESSING_ORDER
CE-35294-3,0x80BB000F,SCE_DEPTH_ERROR_INVALID_TERMINATION
CE-35295-4,0x80BB0010,SCE_DEPTH_ERROR_INVALID_ACCESS
CE-35296-5,0x80BB0011,SCE_DEPTH_ERROR_INVALID_DEPTH_MAP_SIZE_TYPE
CE-35298-7,0x80BC0009,SCE_IME_ERROR_IME_SUSPENDING
CE-35305-6,0x80D9000A,SCE_APP_CONTENT_ERROR_INTERNAL
CE-35306-7,0x80D9000B,SCE_APP_CONTENT_ERROR_DOWNLOAD_ENTRY_FULL
CE-35307-8,0x80D9000C,SCE_APP_CONTENT_ERROR_INVALID_PKG
CE-35387-6,0x80FC0003,SCE_REMOTEPLAY_ERROR_ALREADY_INITIALIZED
CE-35388-7,0x80FC0004,SCE_REMOTEPLAY_ERROR_NOT_INITIALIZED
CE-35456-3,0x81100004,SCE_DISC_MAP_ERROR_NO_BITMAP_INFO
CE-35602-6,0x81150001,SCE_DBG_ERROR_INVALID_ARG
CE-35603-7,0x81150002,SCE_DBG_ERROR_UNKNOWN
CE-35604-8,0x81150003,SCE_DBG_ERROR_BUFFER_FULL
CE-35650-9,0x807F0305,SCE_AUDIODEC_ERROR_M4AAC_INVALID_ENABLE_NONDELAY_OUTPUT
CE-35672-3,0x809D1005,SCE_CONTENT_SEARCH_ERROR_INVALID_SEARCH_LOGICAL_CONNECTOR
CE-35673-4,0x809D1007,SCE_CONTENT_SEARCH_ERROR_INVALID_SEARCH_COLUMN_VALUE_OPERATOR
CE-35674-5,0x809D1008,SCE_CONTENT_SEARCH_ERROR_INVALID_ORDERBY_CONDITION
CE-35675-6,0x809D1009,SCE_CONTENT_SEARCH_ERROR_INVALID_AGGREGATED_CONDITION
CE-35676-7,0x809D100A,SCE_CONTENT_SEARCH_ERROR_LIMIT_TOO_BIG
CE-35677-8,0x809D100B,SCE_CONTENT_SEARCH_ERROR_SEARCH_PARAMETER_TOO_MANY
CE-35678-9,0x809D100C,SCE_CONTENT_SEARCH_ERROR_DB_BUSY
CE-35679-0,0x809D100D,SCE_CONTENT_SEARCH_ERROR_DB_FATAL
CE-35684-6,0x80A10007,SCE_SYSTEM_SERVICE_ERROR_INVALID_URI_LEN
CE-35685-7,0x80A10008,SCE_SYSTEM_SERVICE_ERROR_INVALID_URI_SCHEME
CE-35689-1,0x81170001,SCE_SHARE_UTILITY_ERROR_UNKNOWN
CE-35690-3,0x81170002,SCE_SHARE_UTILITY_ERROR_NOMEM
CE-35691-4,0x81170003,SCE_SHARE_UTILITY_ERROR_INVALID_ARGUMENT
CE-35694-7,0x80A30010,SCE_APP_INSTALLER_ERROR_NOSPACE_KERNEL
CE-35695-8,0x80A30011,SCE_APP_INSTALLER_ERROR_APP_VER
CE-35696-9,0x80A4002F,SCE_PROCESS_STARTER_ERROR_LAUNCH_PS_CLOUD_BETA_SERVICE
CE-35697-0,0x80A80009,SCE_VIDEO_RECORDING_ERROR_NO_SPACE
CE-35698-1,0x80BC000A,SCE_IME_ERROR_DEVICE_IN_USE
CE-35699-2,0x80BC0033,SCE_IME_ERROR_INVALID_TIMING
CE-35700-5,0x80D9000D,SCE_APP_CONTENT_ERROR_OTHER_APPLICATION_PKG
CE-35701-6,0x80D9000E,SCE_APP_CONTENT_ERROR_CREATE_FULL
CE-35702-7,0x80D9000F,SCE_APP_CONTENT_ERROR_MOUNT_OTHER_APP
CE-35703-8,0x81180000,SCE_COREDUMP_ERROR_PARAM
CE-35704-9,0x81180001,SCE_COREDUMP_ERROR_NOT_REGISTERED
CE-35705-0,0x81180002,SCE_COREDUMP_ERROR_ALREADY_REGISTERED
CE-35706-1,0x81180003,SCE_COREDUMP_ERROR_NOT_IN_COREDUMP_HANDLER
CE-35957-9,0x80290018,SCE_VIDEO_OUT_ERROR_NO_DEVICE
CE-36001-0,0x80460040,SCE_FONT_ERROR_NO_SUPPORT_TYPOGRAPHY
CE-36002-1,0x804A0409,SCE_NGS2_ERROR_INVALID_WAVEFORM_BLOCK_NUM_REPEATS
CE-36003-2,0x804A0534,SCE_NGS2_ERROR_INVALID_DELAY_TAP_INFO
CE-36212-4,0x807F0306,SCE_AUDIODEC_ERROR_M4AAC_INVALID_SURROUND_CHANNEL_INTERLEAVE_ORDER
CE-36213-5,0x80890001,SCE_SYSTEM_GESTURE_ERROR_INVALID_ARGUMENT
CE-36214-6,0x80890002,SCE_SYSTEM_GESTURE_ERROR_NOT_SUPPORTED_GESTURE
CE-36215-7,0x80890003,SCE_SYSTEM_GESTURE_ERROR_NOT_INITIALIZED
CE-36216-8,0x80890004,SCE_SYSTEM_GESTURE_ERROR_INDEX_OUT_OF_ARRAY
CE-36217-9,0x80890005,SCE_SYSTEM_GESTURE_ERROR_EVENT_DATA_NOT_FOUND
CE-36218-0,0x80890006,SCE_SYSTEM_GESTURE_ERROR_INVALID_HANDLE
CE-36219-1,0x80890007,SCE_SYSTEM_GESTURE_ERROR_INVALID_TOUCH_AREA
CE-36220-3,0x80890008,SCE_SYSTEM_GESTURE_ERROR_NO_TOUCH_AREA_INFORMATION
CE-36221-4,0x80890009,SCE_SYSTEM_GESTURE_ERROR_OUT_OF_RECOGNIZER
CE-36222-5,0x8089000A,SCE_SYSTEM_GESTURE_ERROR_ALREADY_OPENED
CE-36223-6,0x80930017,SCE_AJM_ERROR_CANCELLED
CE-36230-4,0x809520D1,SCE_SSL_ERROR_BAD_SIGN_ALGO
CE-36231-5,0x809520D2,SCE_SSL_ERROR_BAD_CERT_LENGTH
CE-36232-6,0x809520D3,SCE_SSL_ERROR_MISMATCH_PUBLIC_KEYS
CE-36233-7,0x809520D4,SCE_SSL_ERROR_KEY_BLOB_CORRUPT
CE-36254-0,0x809D100E,SCE_CONTENT_SEARCH_ERROR_TOO_MANY_METADATA
CE-36255-1,0x809D100F,SCE_CONTENT_SEARCH_ERROR_NOT_SUPPORT_MIME_TYPE
CE-36256-2,0x809D1010,SCE_CONTENT_SEARCH_ERROR_NOT_EXIST_FIELD
CE-36257-3,0x809D1011,SCE_CONTENT_SEARCH_ERROR_INVALID_CONTENTS_FILE_FORMAT
CE-36258-4,0x809D1012,SCE_CONTENT_SEARCH_ERROR_NOT_EXIST_FILE
CE-36259-5,0x809D3019,SCE_CONTENT_EXPORT_ERROR_NOT_SUPPORT_FORMAT_THUMBNAIL
CE-36259-5,0x809D3019,SCE_CONTENT_EXPORT_ERROR_NOT_SUPPORT_FORMAT_THUNBNAIL
CE-36260-7,0x809F0012,SCE_SAVE_DATA_ERROR_MEMORY_NOT_READY
CE-36271-9,0x809F0016,SCE_SAVE_DATA_ERROR_BUSY_FOR_SAVING
CE-36272-0,0x80A00007,SCE_GAME_LIVE_STREAMING_ERROR_NOT_FOUND
CE-36273-1,0x80A00008,SCE_GAME_LIVE_STREAMING_ERROR_NOT_SUPPORTED
CE-36312-5,0x80A10009,SCE_SYSTEM_SERVICE_ERROR_NO_APP_INFO
CE-36313-6,0x80A30012,SCE_APP_INSTALLER_ERROR_DB_DISABLE
CE-36314-7,0x80A30013,SCE_APP_INSTALLER_ERROR_CANCELED
CE-36315-8,0x80A40030,SCE_PROCESS_STARTER_ERROR_LAUNCH_PS_CLOUD_SERVICE
CE-36316-9,0x80A40031,SCE_PROCESS_STARTER_ERROR_UNOPENED
CE-36317-0,0x80A40032,SCE_PROCESS_STARTER_ERROR_START_TIME_VALID_IN_FUTURE
CE-36318-1,0x80A40033,SCE_PROCESS_STARTER_ERROR_NO_ENTITLEMENT
CE-36319-2,0x80A40034,SCE_PROCESS_STARTER_ERROR_REQUIRED_HDCP
CE-36320-4,0x80A40035,SCE_PROCESS_STARTER_ERROR_FATAL_FILESYSTEM
CE-36321-5,0x80A40036,SCE_PROCESS_STARTER_ERROR_UPDATE
CE-36322-6,0x80A8000A,SCE_VIDEO_RECORDING_ERROR_FILE_NO_DATA
CE-36342-8,0x80D1300F,SCE_GNM_ERROR_VALIDATION_BORDER_COLOR_TABLE
CE-36343-9,0x80D13010,SCE_GNM_ERROR_VALIDATION_SSHARP
CE-36344-0,0x80D13011,SCE_GNM_ERROR_VALIDATION_DISPATCH_DRAW
CE-36345-1,0x80D13FFE,SCE_GNM_ERROR_VALIDATION_FAILED_INTERNAL_ERROR
CE-36347-3,0x80D91000,SCE_APP_CONTENT_ERROR_GET_STORE_COUNTRY
CE-36348-4,0x80DC0019,SCE_VIDEOCORE_ERROR_CODE_BACKGROUND
CE-36349-5,0x80E21001,SCE_WEB_BROWSER_DIALOG_ERROR_NAVIGATION
CE-36434-0,0x80F00612,SCE_NP_DRM_CONTENT_ERROR_ORIGINCHECK
CE-36457-5,0x80F40001,SCE_AUTO_MOUNTER_ERROR_NOMEM
CE-36458-6,0x80F40002,SCE_AUTO_MOUNTER_ERROR_INVAL
CE-36459-7,0x80F40003,SCE_AUTO_MOUNTER_ERROR_BUSY
CE-36460-9,0x80F40004,SCE_AUTO_MOUNTER_ERROR_NOENT
CE-36461-0,0x80F40005,SCE_AUTO_MOUNTER_ERROR_NOTSUP
CE-36462-1,0x80F40006,SCE_AUTO_MOUNTER_ERROR_IO
CE-36463-2,0x80F40007,SCE_AUTO_MOUNTER_ERROR_NODEV
CE-36464-3,0x80F40008,SCE_AUTO_MOUNTER_ERROR_SRCH
CE-36471-1,0x80F70500,SCE_AUDIODEC_CPU_ERROR_DDP_FAIL
CE-36472-2,0x80F70501,SCE_AUDIODEC_CPU_ERROR_DDP_ARG
CE-36473-3,0x80F70502,SCE_AUDIODEC_CPU_ERROR_DDP_MEM_FAIL
CE-36474-4,0x80F70503,SCE_AUDIODEC_CPU_ERROR_DDP_CREATE_DEC_FAIL
CE-36475-5,0x80F70504,SCE_AUDIODEC_CPU_ERROR_DDP_DECODE_FAIL
CE-36476-6,0x80F70505,SCE_AUDIODEC_CPU_ERROR_DDP_CLEAR_CONTEXT_FAIL
CE-36477-7,0x80F9000F,SCE_PSVR_ERROR_INVALID_ERROR_MESSAGE
CE-36478-8,0x80F90010,SCE_PSVR_ERROR_API_CONFLICT
CE-36503-7,0x810A0001,SCE_INVITATION_DIALOG_ERROR_BLOCKED_ALL_PLAYERS
CE-36504-8,0x810B0001,SCE_GAME_CUSTOM_DATA_DIALOG_ERROR_BLOCKED_ALL_PLAYERS
CE-36514-9,0x81170004,SCE_SHARE_UTILITY_ERROR_LARGE_SIZE
CE-36515-0,0x81170005,SCE_SHARE_UTILITY_ERROR_CREATE_RESOURCE
CE-36516-1,0x81170006,SCE_SHARE_UTILITY_ERROR_DESTROY_RESOURCE
CE-36517-2,0x81170007,SCE_SHARE_UTILITY_ERROR_INITIALIZE_RESOURCE
CE-36518-3,0x81170008,SCE_SHARE_UTILITY_ERROR_START_RESOURCE
CE-36519-4,0x81170009,SCE_SHARE_UTILITY_ERROR_END_RESOURCE
CE-36520-6,0x8117000A,SCE_SHARE_UTILITY_ERROR_RESOURCE
CE-36521-7,0x8117000B,SCE_SHARE_UTILITY_ERROR_EXECUTE_FUNCTION
CE-36522-8,0x8117000C,SCE_SHARE_UTILITY_ERROR_BUSY
CE-36523-9,0x8117000D,SCE_SHARE_UTILITY_ERROR_PARSE_JSON
CE-36524-0,0x81170101,SCE_SHARE_UTILITY_ERROR_ALREADY_INITIALIZED
CE-36524-0,0x81170101,SCE_SHARE_UTILITY_ERROR_ALREADY_INITILIZED
CE-36525-1,0x81170102,SCE_SHARE_UTILITY_ERROR_NOT_INITIALIZED
CE-36525-1,0x81170102,SCE_SHARE_UTILITY_ERROR_NOT_INITILIZED
CE-36526-2,0x81170103,SCE_SHARE_UTILITY_ERROR_TOO_MANY_APPLICATION
CE-36527-3,0x81170104,SCE_SHARE_UTILITY_ERROR_GET_APP_INFORMATION
CE-36528-4,0x81170105,SCE_SHARE_UTILITY_ERROR_NOT_FLAG_IN_PARAM_SFO
CE-36529-5,0x81170201,SCE_SHARE_UTILITY_ERROR_NOT_OPEN
CE-36530-7,0x81170202,SCE_SHARE_UTILITY_ERROR_NOT_OPEN_INVALID_FUNCTION_FLAG
CE-36575-6,0x80E4000C,SCE_COMPANION_HTTPD_ERROR_ALREADY_REGISTERED
CE-37528-5,0x80290019,SCE_VIDEO_OUT_ERROR_UNAVAILABLE_OUTPUT_MODE
CE-37531-9,0x80BC001D,SCE_IME_ERROR_INVALID_KEYBOARD_TYPE
CE-37573-5,0x8029001A,SCE_VIDEO_OUT_ERROR_INVALID_OPTION
CE-37591-5,0x80460008,SCE_FONT_ERROR_INVALID_TEXT_SOURCE
CE-37592-6,0x80460009,SCE_FONT_ERROR_INVALID_STRING
CE-37593-7,0x8046000A,SCE_FONT_ERROR_INVALID_WRITING
CE-37684-8,0x806A00A3,SCE_AVPLAYER_ERROR_WAR_JUMP_COMPLETE
CE-37685-9,0x807F0A01,SCE_AUDIODEC_ERROR_M2BC_INVALID_SURROUND_CHANNEL_INTERLEAVE_ORDER
CE-37688-2,0x808C0010,SCE_SMART_ERROR_ALREADY_REACHED_THE_LIMIT
CE-37689-3,0x808C0011,SCE_SMART_ERROR_BAD_IMAGE
CE-37698-3,0x8095F012,SCE_SSL_ERROR_BUSY
CE-37706-3,0x809B000B,SCE_DEVICE_SERVICE_ERROR_INVALID_STATE
CE-37710-8,0x809D2001,SCE_CONTENT_BINDER_ERROR_INVALID_PARAM
CE-37711-9,0x809D2002,SCE_CONTENT_BINDER_ERROR_DIFFERENCE_UPDATED
CE-37712-0,0x809D2003,SCE_CONTENT_BINDER_ERROR_ALREADY_STARTED
CE-37713-1,0x809D2004,SCE_CONTENT_BINDER_ERROR_NOT_STARTED
CE-37714-2,0x809D2005,SCE_CONTENT_BINDER_ERROR_NOT_ENDED
CE-37715-3,0x809D2006,SCE_CONTENT_BINDER_ERROR_NOT_INITIALIZED
CE-37716-4,0x809D2007,SCE_CONTENT_BINDER_ERROR_ALREADY_INITIALIZED
CE-37720-9,0x809F0013,SCE_SAVE_DATA_ERROR_BACKUP_BUSY
CE-37721-0,0x809F0014,SCE_SAVE_DATA_ERROR_OPERATION_INHIBIT
CE-37725-4,0x80A00009,SCE_GAME_LIVE_STREAMING_ERROR_MESSAGE_FILTER
CE-37732-2,0x80A30014,SCE_APP_INSTALLER_ERROR_ENTRYDIGEST
CE-37733-3,0x80A30015,SCE_APP_INSTALLER_ERROR_BUSY
CE-37734-4,0x80A40037,SCE_PROCESS_STARTER_ERROR_LAUNCH_SHARE_PLAY_LINK
CE-37735-5,0x80A40038,SCE_PROCESS_STARTER_ERROR_PERMISSION
CE-37736-6,0x80A40039,SCE_PROCESS_STARTER_ERROR_ASM_ACCESS_ERROR
CE-37737-7,0x80A4003A,SCE_PROCESS_STARTER_ERROR_NEED_SYSTEM_UPDATE_DISC
CE-37753-5,0x80B80010,SCE_COMMON_DIALOG_ERROR_INHIBIT_SHAREPLAY_CLIENT
CE-37754-6,0x80BB0012,SCE_DEPTH_ERROR_INVALID_DEPTH_MAP_GENERATOR_TYPE
CE-37754-6,0x80BB0012,SCE_DEPTH_ERROR_INVALID_PROFILE
CE-37755-7,0x80D13012,SCE_GNM_ERROR_VALIDATION_ACTIVE_SHADER_STAGE
CE-37756-8,0x80D13013,SCE_GNM_ERROR_VALIDATION_DCB
CE-37757-9,0x80D13014,SCE_GNM_ERROR_VALIDATION_MISMATCH_SHADER_STAGE
CE-37758-0,0x80D17005,SCE_GNM_ERROR_COMPUTEQUEUE_INVALID_PIPE_PRIORITY
CE-37760-3,0x80D90010,SCE_APP_CONTENT_ERROR_OF_MEMORY
CE-37761-4,0x80DB0005,SCE_NP_SNS_FACEBOOK_DIALOG_ERROR_CERTIFICATE_VERIFICATION
CE-37762-5,0x80DC001B,SCE_VIDEOCORE_ERROR_CODE_GENERATE_THUMBNAIL_BUSY
CE-37763-6,0x80DC0A00,SCE_VIDEOCORE_ERROR_CODE_HTTP_NOT_FOUND
CE-37765-8,0x80DE0070,SCE_PF_AUTH_CLIENT_ERROR_SET_CLOCK_TIMEOUT
CE-37775-9,0x80E4000D,SCE_COMPANION_HTTPD_ERROR_NOT_CONNECTED
CE-37850-3,0x80F40009,SCE_AUTO_MOUNTER_ERROR_STATUS
CE-37851-4,0x80F4000A,SCE_AUTO_MOUNTER_ERROR_NXIO
CE-37852-5,0x80F4000B,SCE_AUTO_MOUNTER_ERROR_IO_MNT
CE-37853-6,0x80F4000C,SCE_AUTO_MOUNTER_ERROR_INVAL_MNT
CE-37854-7,0x80F4000D,SCE_AUTO_MOUNTER_ERROR_LOGIC
CE-37855-8,0x80F4000E,SCE_AUTO_MOUNTER_ERROR_EXT_USB1
CE-37856-9,0x80F4000F,SCE_AUTO_MOUNTER_ERROR_EXT_USB2
CE-37857-0,0x80F40010,SCE_AUTO_MOUNTER_ERROR_EXT_USB3
CE-37858-1,0x80F40011,SCE_AUTO_MOUNTER_ERROR_EXT_USB4
CE-37859-2,0x80F40012,SCE_AUTO_MOUNTER_ERROR_EXT_USB7
CE-37860-4,0x80F40013,SCE_AUTO_MOUNTER_ERROR_EXT_USB9
CE-37861-5,0x80F40014,SCE_USB_STORAGE_ERROR_EACCES
CE-37862-6,0x80F40015,SCE_USB_STORAGE_ERROR_ENFILE
CE-37869-3,0x80FC0005,SCE_REMOTEPLAY_ERROR_FATAL
CE-37901-0,0x810E0001,SCE_SHARE_PLAY_ERROR_INVALID_ARGS
CE-37902-1,0x810E0002,SCE_SHARE_PLAY_ERROR_OUT_OF_MEMORY
CE-37903-2,0x810E0003,SCE_SHARE_PLAY_ERROR_ALREADY_INITIALIZED
CE-37904-3,0x810E0004,SCE_SHARE_PLAY_ERROR_NOT_INITIALIZED
CE-37905-4,0x810E0005,SCE_SHARE_PLAY_ERROR_FATAL
CE-37941-4,0x81110001,SCE_HMD_ERROR_ALREADY_INITIALIZED
CE-37942-5,0x81110002,SCE_HMD_ERROR_NOT_INITIALIZED
CE-37943-6,0x81110003,SCE_HMD_ERROR_HANDLE_INVALID
CE-37944-7,0x81110004,SCE_HMD_ERROR_DEVICE_DISCONNECTED
CE-37945-8,0x81110005,SCE_HMD_ERROR_WRONG_ID
CE-37946-9,0x81110006,SCE_HMD_ERROR_ALREADY_OPENED
CE-37947-0,0x81110007,SCE_HMD_ERROR_INSUFFICIENT_RESOURCE
CE-37948-1,0x81110008,SCE_HMD_ERROR_PARAMETER_NULL
CE-37949-2,0x81110009,SCE_HMD_ERROR_PARAMETER_INVALID
CE-37950-4,0x8111000A,SCE_HMD_ERROR_NO_2D_DISTORTION_MAP_MEMORY
CE-37951-5,0x8111000B,SCE_HMD_ERROR_2D_DISTORTION_MAP_INITIALIZATION_ERROR
CE-37952-6,0x8111000C,SCE_HMD_ERROR_REPROJECTION_NOT_INITIALIZED
CE-37953-7,0x8111000D,SCE_HMD_ERROR_REPROJECTION_ALREADY_INITIALIZED
CE-37954-8,0x8111000E,SCE_HMD_ERROR_REPROJECTION_HMD_NOT_READY
CE-37955-9,0x8111000F,SCE_HMD_ERROR_REPROJECTION_NO_DISPLAY_BUFFER
CE-37956-0,0x81110010,SCE_HMD_ERROR_REPROJECTION_WRONG_DISPLAY_BUFFER
CE-37957-1,0x81110011,SCE_HMD_ERROR_REPROJECTION_DISPLAY_BUFFER_BUSY
CE-37958-2,0x81110012,SCE_HMD_ERROR_REPROJECTION_RESOURCE_ALREADY_SET
CE-37959-3,0x81110013,SCE_HMD_ERROR_REPROJECTION_RESOURCE_NOT_SET
CE-37961-6,0x81180004,SCE_COREDUMP_ERROR_THREAD_CREATE
CE-37962-7,0x81180005,SCE_COREDUMP_ERROR_STOP_INFO_UNAVAILABLE
CE-37963-8,0x81190001,SCE_RT_SECOND_SCREEN_ERROR_NOT_INITIALIZED
CE-37964-9,0x81190002,SCE_RT_SECOND_SCREEN_ERROR_ALREADY_INITIALIZED
CE-37965-0,0x81190003,SCE_RT_SECOND_SCREEN_ERROR_INVALID_ARGUMENT
CE-37966-1,0x81190004,SCE_RT_SECOND_SCREEN_ERROR_INVALID_CLIENT_HANDLE
CE-37967-2,0x81190005,SCE_RT_SECOND_SCREEN_ERROR_OUT_OF_MEMORY
CE-37968-3,0x81190006,SCE_RT_SECOND_SCREEN_ERROR_NOT_SUPPORTED
CE-37969-4,0x81190007,SCE_RT_SECOND_SCREEN_ERROR_CANNOT_MAP_COMPUTE_QUEUE
CE-37970-6,0x81190008,SCE_RT_SECOND_SCREEN_ERROR_CANNOT_ACQUIRE_VIDEO_FRAME
CE-37971-7,0x81190009,SCE_RT_SECOND_SCREEN_ERROR_CANNOT_RELEASE_VIDEO_FRAME
CE-37972-8,0x8119000A,SCE_RT_SECOND_SCREEN_ERROR_CANNOT_ACQUIRE_AUDIO_FRAME
CE-37973-9,0x8119000B,SCE_RT_SECOND_SCREEN_ERROR_CANNOT_RELEASE_AUDIO_FRAME
CE-37974-0,0x8119000C,SCE_RT_SECOND_SCREEN_ERROR_CANNOT_SUBMIT_COMPUTE_JOB
CE-37975-1,0x8119000D,SCE_RT_SECOND_SCREEN_ERROR_PCMDATA_SIZE_MISMATCH
CE-37976-2,0x8119000E,SCE_RT_SECOND_SCREEN_ERROR_NETWORK_COMM_FAILURE
CE-37977-3,0x8119000F,SCE_RT_SECOND_SCREEN_ERROR_CLIENT_INFO_NOT_AVAILABLE
CE-37978-4,0x81190010,SCE_RT_SECOND_SCREEN_ERROR_PING_TIME_NOT_AVAILABLE
CE-37979-5,0x81190011,SCE_RT_SECOND_SCREEN_ERROR_MEMORY_LEAK_DETECTED
CE-37980-7,0x81190012,SCE_RT_SECOND_SCREEN_ERROR_FAIL_TO_ACQUIRE_ADDRESS
CE-37981-8,0x81190013,SCE_RT_SECOND_SCREEN_ERROR_INTERNAL_ASSERT
CE-37983-0,0x811B0000,SCE_HEAD_TRACKER_ERROR_PARAM
CE-37984-1,0x811B0001,SCE_HEAD_TRACKER_ERROR_NULL_POINTER
CE-37985-2,0x811B0002,SCE_HEAD_TRACKER_ERROR_INVALID_ALIGNMENNT
CE-37986-3,0x811B0003,SCE_HEAD_TRACKER_ERROR_INVALID_MEMORY_SIZE
CE-37987-4,0x811B0004,SCE_HEAD_TRACKER_ERROR_INVALID_INPUT_DEPTH_IMAGE_SIZE
CE-37988-5,0x811B0005,SCE_HEAD_TRACKER_ERROR_INSTANCE_NOT_IDLE
CE-37989-6,0x811B0006,SCE_HEAD_TRACKER_ERROR_INSTANCE_NOT_RUNNING
CE-37990-8,0x811B0007,SCE_HEAD_TRACKER_ERROR_FLEXIBLE_MEMORY_NOT_ENOUGH
CE-37991-9,0x811B00FF,SCE_HEAD_TRACKER_ERROR_FATAL
CE-37992-0,0x811D0100,SCE_VIDEODEC2_ERROR_API_FAIL
CE-37993-1,0x811D0101,SCE_VIDEODEC2_ERROR_STRUCT_SIZE
CE-37994-2,0x811D0102,SCE_VIDEODEC2_ERROR_ARGUMENT_POINTER
CE-37995-3,0x811D0103,SCE_VIDEODEC2_ERROR_DECODER_INSTANCE
CE-37996-4,0x811D0104,SCE_VIDEODEC2_ERROR_MEMORY_SIZE
CE-37997-5,0x811D0105,SCE_VIDEODEC2_ERROR_MEMORY_POINTER
CE-37998-6,0x811D0106,SCE_VIDEODEC2_ERROR_FRAME_BUFFER_SIZE
CE-37999-7,0x811D0107,SCE_VIDEODEC2_ERROR_FRAME_BUFFER_POINTER
CE-38000-1,0x811D0108,SCE_VIDEODEC2_ERROR_FRAME_BUFFER_ALIGNMENT
CE-38001-2,0x811D0109,SCE_VIDEODEC2_ERROR_NOT_ONION_MEMORY
CE-38002-3,0x811D010A,SCE_VIDEODEC2_ERROR_NOT_GARLIC_MEMORY
CE-38003-4,0x811D010B,SCE_VIDEODEC2_ERROR_NOT_DIRECT_MEMORY
CE-38004-5,0x811D010C,SCE_VIDEODEC2_ERROR_MEMORY_INFO
CE-38005-6,0x811D010D,SCE_VIDEODEC2_ERROR_ACCESS_UNIT_SIZE
CE-38006-7,0x811D010E,SCE_VIDEODEC2_ERROR_ACCESS_UNIT_POINTER
CE-38007-8,0x811D010F,SCE_VIDEODEC2_ERROR_OUTPUT_INFO
CE-38008-9,0x811D0110,SCE_VIDEODEC2_ERROR_COMPUTE_QUEUE
CE-38009-0,0x811D0111,SCE_VIDEODEC2_ERROR_FATAL_STATE
CE-38010-2,0x811D0112,SCE_VIDEODEC2_ERROR_PRESET_VALUE
CE-38011-3,0x811D0200,SCE_VIDEODEC2_ERROR_CONFIG_INFO
CE-38012-4,0x811D0201,SCE_VIDEODEC2_ERROR_COMPUTE_PIPE_ID
CE-38013-5,0x811D0202,SCE_VIDEODEC2_ERROR_COMPUTE_QUEUE_ID
CE-38014-6,0x811D0203,SCE_VIDEODEC2_ERROR_RESOURCE_TYPE
CE-38015-7,0x811D0204,SCE_VIDEODEC2_ERROR_CODEC_TYPE
CE-38016-8,0x811D0205,SCE_VIDEODEC2_ERROR_PROFILE_LEVEL
CE-38017-9,0x811D0206,SCE_VIDEODEC2_ERROR_PIPELINE_DEPTH
CE-38018-0,0x811D0207,SCE_VIDEODEC2_ERROR_AFFINITY_MASK
CE-38019-1,0x811D0208,SCE_VIDEODEC2_ERROR_THREAD_PRIORITY
CE-38020-3,0x811D0209,SCE_VIDEODEC2_ERROR_DPB_FRAME_COUNT
CE-38021-4,0x811D020A,SCE_VIDEODEC2_ERROR_FRAME_WIDTH_HEIGHT
CE-38022-5,0x811D020B,SCE_VIDEODEC2_ERROR_EXTRA_CONFIG_INFO
CE-38023-6,0x811D0300,SCE_VIDEODEC2_ERROR_NEW_SEQUENCE
CE-38024-7,0x811D0301,SCE_VIDEODEC2_ERROR_ACCESS_UNIT
CE-38025-8,0x811D0302,SCE_VIDEODEC2_ERROR_OVERSIZE_DECODE
CE-38026-9,0x811D0303,SCE_VIDEODEC2_ERROR_INVALID_SEQUENCE
CE-38027-0,0x811D0304,SCE_VIDEODEC2_ERROR_FATAL_STREAM
CE-38061-8,0x81210000,SCE_AT9_ENC_ERROR_INTERNAL_ERROR
CE-38062-9,0x81210001,SCE_AT9_ENC_ERROR_INVALID_POINTER
CE-38063-0,0x81210002,SCE_AT9_ENC_ERROR_INVALID_WORK_MEM_SIZE
CE-38064-1,0x81210003,SCE_AT9_ENC_ERROR_OUTPUT_BUFFER_SIZE
CE-38065-2,0x81210004,SCE_AT9_ENC_ERROR_INVALID_UISIZE
CE-38066-3,0x81210005,SCE_AT9_ENC_ERROR_INVALID_BIT_RATE
CE-38067-4,0x81210006,SCE_AT9_ENC_ERROR_INVALID_NUM_CHANNELS
CE-38068-5,0x81210007,SCE_AT9_ENC_ERROR_INVALID_SAMPLE_RATE
CE-38069-6,0x81210008,SCE_AT9_ENC_ERROR_INVALID_INPUT_FORMAT
CE-38070-8,0x81210009,SCE_AT9_ENC_ERROR_INVALID_SUPERFRAME
CE-38071-9,0x8121000A,SCE_AT9_ENC_ERROR_INVALID_DUAL
CE-38072-0,0x8121000B,SCE_AT9_ENC_ERROR_INVALID_SLC
CE-38073-1,0x8121000C,SCE_AT9_ENC_ERROR_INVALID_WBAND
CE-38074-2,0x8121000D,SCE_AT9_ENC_ERROR_INVALID_NBANDS
CE-38075-3,0x8121000E,SCE_AT9_ENC_ERROR_INVALID_ISBANDS
CE-38076-4,0x8121000F,SCE_AT9_ENC_ERROR_INVALID_GRADMODE
CE-38077-5,0x81210010,SCE_AT9_ENC_ERROR_INVALID_PREVIOUS_INPUT_SIZE
CE-38078-6,0x812201A1,SCE_PS4LINK_RP_ERROR_NET_DISABLEDIF
CE-38079-7,0x81222C00,SCE_PS4LINK_RP_ERROR_PS4_NOT_REGISTERED_FOR_INET
CE-38080-9,0x81222C02,SCE_PS4LINK_RP_ERROR_FAILED_TO_SEND_WAKEUP_USER
CE-38081-0,0x81222C03,SCE_PS4LINK_RP_ERROR_FAILED_TO_SEND_WAKEUP_DEVICE
CE-38082-1,0x81228D00,SCE_PS4LINK_RP_ERROR_PS4_NOTFOUND
CE-38083-2,0x81228D01,SCE_PS4LINK_RP_ERROR_INVALID_RESPONSE
CE-38084-3,0x81228D02,SCE_PS4LINK_RP_ERROR_NP_ONLINE_ID
CE-38085-4,0x81228D03,SCE_PS4LINK_RP_ERROR_NETREG_FAIL
CE-38086-5,0x81228D04,SCE_PS4LINK_RP_ERROR_NETREG_TOO_MANY_REGISTERED
CE-38087-6,0x81228D05,SCE_PS4LINK_RP_ERROR_NETREG_INVALID_VALUE
CE-38088-7,0x81228D06,SCE_PS4LINK_RP_ERROR_NETWORK_ILLEGAL_DATA
CE-38089-8,0x81228D07,SCE_PS4LINK_RP_ERROR_NETWORK_CLOSED
CE-38090-0,0x81228D08,SCE_PS4LINK_RP_ERROR_NETWORK_TIMEOUT
CE-38091-1,0x81228D09,SCE_PS4LINK_RP_ERROR_NETREG_PINCODE
CE-38092-2,0x81228D10,SCE_PS4LINK_RP_ERROR_PS4_MAX_CONNECTION
CE-38093-3,0x81228D11,SCE_PS4LINK_RP_ERROR_PS4_UPDATE
CE-38094-4,0x81228D12,SCE_PS4LINK_RP_ERROR_PS4_SETTING
CE-38095-5,0x81228D13,SCE_PS4LINK_RP_ERROR_PS4_NOT_CONNECT
CE-38096-6,0x81228D14,SCE_PS4LINK_RP_ERROR_VITA_UPDATE
CE-38097-7,0x81228D15,SCE_PS4LINK_RP_ERROR_PS4_NOT_CONNECT_DEMON_RESTART
CE-38098-8,0x81228D16,SCE_PS4LINK_RP_ERROR_PS4_FOREGROUND_DISC_PLAYER
CE-38099-9,0x81228D20,SCE_PS4LINK_RP_ERROR_GK_TESTFAILED
CE-38100-2,0x81228D21,SCE_PS4LINK_RP_ERROR_BATDATA
CE-38101-3,0x81228D22,SCE_PS4LINK_RP_ERROR_FAIL
CE-38102-4,0x81228D23,SCE_PS4LINK_RP_ERROR_GK_SHUTTINGDOWN
CE-38103-5,0x81228D24,SCE_PS4LINK_RP_ERROR_BROKE_HEARTBEAT
CE-38104-6,0x81228D25,SCE_PS4LINK_RP_ERROR_CONNECTION_QUALITY
CE-38105-7,0x81228D26,SCE_PS4LINK_RP_ERROR_GK_TESTRTT
CE-38106-8,0x81228D27,SCE_PS4LINK_RP_ERROR_GK_TESTSTREAM
CE-38107-9,0x81228D28,SCE_PS4LINK_RP_ERROR_OTHER_REASON
CE-38108-0,0x81228D30,SCE_PS4LINK_RP_ERROR_OUT_OF_MEMORY
CE-38109-1,0x81228D31,SCE_PS4LINK_RP_ERROR_FATAL
CE-38110-3,0x81228D32,SCE_PS4LINK_RP_ERROR_INVALID_DATA
CE-38111-4,0x81228D33,SCE_PS4LINK_RP_ERROR_TIMEOUT
CE-38112-5,0x81228D34,SCE_PS4LINK_RP_ERROR_NET
CE-38113-6,0x81228D35,SCE_PS4LINK_RP_ERROR_NET_TIMEOUT
CE-38114-7,0x81228D36,SCE_PS4LINK_RP_ERROR_NET_AP
CE-38115-8,0x81228D37,SCE_PS4LINK_RP_ERROR_NET_ECONNREFUSED
CE-38116-9,0x81228D38,SCE_PS4LINK_RP_ERROR_M4VDEC
CE-38117-0,0x81228D39,SCE_PS4LINK_RP_ERROR_AVCDEC
CE-38118-1,0x81228D3A,SCE_PS4LINK_RP_ERROR_BASE64_INVALID_LENGTH
CE-38119-2,0x81228D3B,SCE_PS4LINK_RP_ERROR_BASE64_INVALID_CHARACTER
CE-38120-4,0x81228D3C,SCE_PS4LINK_RP_ERROR_THREAD
CE-38121-5,0x81228D3D,SCE_PS4LINK_RP_ERROR_FILE
CE-38122-6,0x81228D3E,SCE_PS4LINK_RP_ERROR_CRYPT
CE-38123-7,0x81228D3F,SCE_PS4LINK_RP_ERROR_NP_SERVER
CE-38124-8,0x81228D40,SCE_PS4LINK_RP_ERROR_NP_PS4_INFO_NOT_FOUND
CE-38125-9,0x81228D41,SCE_PS4LINK_RP_ERROR_FORBIDDEN
CE-38126-0,0x81228D43,SCE_PS4LINK_RP_ERROR_CONNECT
CE-38127-1,0x81228D44,SCE_PS4LINK_RP_ERROR_ABORT
CE-38128-2,0x81228D45,SCE_PS4LINK_RP_ERROR_NET_IF
CE-38129-3,0x81228D46,SCE_PS4LINK_RP_ERROR_PS4_NOTFOUND_NET
CE-38130-5,0x81228D47,SCE_PS4LINK_RP_ERROR_PS4_SHUTDOWN
CE-38131-6,0x81228D48,SCE_PS4LINK_RP_ERROR_PS4_UNMATCHED_SIGNIN_ID
CE-38132-7,0x81228D49,SCE_PS4LINK_RP_ERROR_NEED_DEVREG
CE-38133-8,0x81228D50,SCE_PS4LINK_RP_ERROR_INVALID_PARAM
CE-38134-9,0x81228D51,SCE_PS4LINK_RP_ERROR_BUF_OVERFLOW
CE-38135-0,0x81228D52,SCE_PS4LINK_RP_ERROR_ABORT_COMPLETE
CE-38136-1,0x81228D53,SCE_PS4LINK_RP_ERROR_PS4_DATA_OLD
CE-38137-2,0x81228D54,SCE_PS4LINK_RP_ERROR_ENOBUFS
CE-38138-3,0x81228D55,SCE_PS4LINK_RP_ERROR_CONTROLLER_DISCONNECT
CE-38139-4,0x81228D56,SCE_PS4LINK_RP_ERROR_ALREADY_USED_RESOURCE
CE-38140-6,0x81228D70,SCE_PS4LINK_RP_ERROR_LOGIN
CE-38141-7,0x81228D71,SCE_PS4LINK_RP_ERROR_LOGIN_MAXIMUM
CE-38142-8,0x81228D80,SCE_PS4LINK_RP_ERROR_SECOND_SCREEN
CE-38143-9,0x81228D90,SCE_PS4LINK_RP_ERROR_SEARCH_FAILED
CE-38144-0,0x81228D91,SCE_PS4LINK_RP_ERROR_SEARCH_PROCESS_ERROR
CE-38145-1,0x81228D92,SCE_PS4LINK_RP_ERROR_SEARCH_STANDBY_PS4_DETECTED
CE-38146-2,0x81228DA0,SCE_PS4LINK_RP_ERROR_INET_MATCH2_SERVER_UNAVAILABLE
CE-38147-3,0x81228DA1,SCE_PS4LINK_RP_ERROR_INET_MATCH2_WORLD_ISSUE
CE-38148-4,0x81228DA2,SCE_PS4LINK_RP_ERROR_INET_MATCH2_ROOM_ISSUE
CE-38149-5,0x81228DA3,SCE_PS4LINK_RP_ERROR_INET_MATCH2_SIGNALING_ISSUE
CE-38150-7,0x81228DA4,SCE_PS4LINK_RP_ERROR_INET_MATCH2_LEAVE_MEMBER
CE-38151-8,0x81228DA5,SCE_PS4LINK_RP_ERROR_INET_MATCH2_PS4_CONNECT_FAIL
CE-38152-9,0x81228DA6,SCE_PS4LINK_RP_ERROR_INET_MATCH2_FAILED
CE-38153-0,0x81228DB0,SCE_PS4LINK_RP_ERROR_SP_MATCH2_SERVER_UNAVAILABLE
CE-38154-1,0x81228DB1,SCE_PS4LINK_RP_ERROR_SP_MATCH2_ROOM_ISSUE
CE-38155-2,0x81228DB2,SCE_PS4LINK_RP_ERROR_SP_MATCH2_SIGNALING_ISSUE
CE-38156-3,0x81228DB3,SCE_PS4LINK_RP_ERROR_SP_MATCH2_LEAVE_MEMBER
CE-38157-4,0x81228DB4,SCE_PS4LINK_RP_ERROR_SP_MATCH2_PS4_CONNECT_FAIL
CE-38158-5,0x81228DB5,SCE_PS4LINK_RP_ERROR_SP_MATCH2_FAILED
CE-38160-8,0x81228DFF,SCE_PS4LINK_RP_ERROR_GENERAL
CE-38176-5,0x81260801,SCE_VR_TRACKER_ERROR_LIBVR_TRACKER_NOT_INIT
CE-38177-6,0x81260802,SCE_VR_TRACKER_ERROR_LIBVR_TRACKER_INITIALIZED
CE-38178-7,0x81260803,SCE_VR_TRACKER_ERROR_TRACKER_ERROR
CE-38179-8,0x81260804,SCE_VR_TRACKER_ERROR_CAMERA_NOT_FOUND
CE-38180-0,0x81260805,SCE_VR_TRACKER_CAMERA_ERROR_OPEN_FAILED
CE-38181-1,0x81260806,SCE_VR_TRACKER_ERROR_DEVICE_NOT_REGISTERED
CE-38182-2,0x81260807,SCE_VR_TRACKER_ERROR_DEVICE_REISTERED
CE-38183-3,0x81260808,SCE_VR_TRACKER_ERROR_ARGUMENT_INVALID
CE-38184-4,0x81270001,SCE_NP_SNS_YOUTUBE_DIALOG_ERROR_INTERNAL
CE-38185-5,0x81270002,SCE_NP_SNS_YOUTUBE_DIALOG_ERROR_NOT_SIGNIN
CE-38186-6,0x81270003,SCE_NP_SNS_YOUTUBE_DIALOG_ERROR_ACCESS_NOT_ALLOWED
CE-38187-7,0x81270004,SCE_NP_SNS_YOUTUBE_DIALOG_ERROR_INCREASING_PERMISSION_FAILED
CE-38188-8,0x81270005,SCE_NP_SNS_YOUTUBE_DIALOG_ERROR_CERTIFICATE_VERIFICATION
CE-38198-9,0x812A0000,SCE_FACE_TRACKER_ERROR_BASE
CE-38199-0,0x812A0001,SCE_FACE_TRACKER_ERROR_INVALID_PARAM
CE-38200-3,0x812A0002,SCE_FACE_TRACKER_ERROR_INVALID_WORKAREA
CE-38201-4,0x812A0003,SCE_FACE_TRACKER_ERROR_NOT_INITIALIZED
CE-38202-5,0x812A0004,SCE_FACE_TRACKER_ERROR_ALREADY_INITIALIZED
CE-38203-6,0x812A0005,SCE_FACE_TRACKER_ERROR_ID_FULL
CE-38204-7,0x812A0006,SCE_FACE_TRACKER_ERROR_ID_NOT_EXIST
CE-38205-8,0x812A0007,SCE_FACE_TRACKER_ERROR_INVALID_TIMING
CE-38206-9,0x812A0008,SCE_FACE_TRACKER_ERROR_INTERNAL_ERROR
CE-38207-0,0x812A0009,SCE_FACE_TRACKER_ERROR_THREAD_NOT_EXECUTED
CE-38208-1,0x812A000A,SCE_FACE_TRACKER_ERROR_THREAD_FINISHED
CE-38209-2,0x812B0001,SCE_HAND_TRACKER_ERROR_INVALID_PARAM
CE-38216-0,0x812D0000,SCE_USB_STORAGE_DIALOG_ERROR_DISCONNECTED
CE-38217-1,0x812D0001,SCE_USB_STORAGE_DIALOG_ERROR_NO_DEVICE
CE-38218-2,0x812D0002,SCE_USB_STORAGE_DIALOG_ERROR_USED_BY_ANOTHER_APP
CE-38498-2,0x80080800,SCE_DECI4H_ERROR_UNKNOWN
CE-38499-3,0x80080801,SCE_DECI4H_ERROR_ALREADYUSE_PROTOCOL
CE-38500-6,0x80080802,SCE_DECI4H_ERROR_ILLEGAL_SID
CE-38501-7,0x80080804,SCE_DECI4H_ERROR_INVALID_ARGUMENT
CE-38502-8,0x80080806,SCE_DECI4H_ERROR_ILLEGAL_PROTOCOL
CE-38503-9,0x80080809,SCE_DECI4H_ERROR_TOOMANY_PROTOCOL
CE-38504-0,0x8008080C,SCE_DECI4H_ERROR_INTERRUPTED
CE-38505-1,0x8008080E,SCE_DECI4H_ERROR_NO_CONNECTED
CE-38506-2,0x80080820,SCE_DECI4H_ERROR_HOST_PROCESS_DISABLED
CE-38507-3,0x80080821,SCE_DECI4H_ERROR_HOST_CREATE_PROCESS
CE-38508-4,0x80080822,SCE_DECI4H_ERROR_HOST_TOOMANY_PROCESS
CE-38516-3,0x80260015,SCE_AUDIO_OUT_ERROR_INVALID_ARG
CE-38517-4,0x80260016,SCE_AUDIO_OUT_ERROR_INVALID_PARAM
CE-38518-5,0x80260200,SCE_AUDIO_OUT_ERROR_MASTERING_FATAL
CE-38519-6,0x80260201,SCE_AUDIO_OUT_ERROR_MASTERING_INVALID_API_PARAM
CE-38520-8,0x80260202,SCE_AUDIO_OUT_ERROR_MASTERING_INVALID_CONFIG
CE-38521-9,0x80260203,SCE_AUDIO_OUT_ERROR_MASTERING_NOT_INITIALIZED
CE-38522-0,0x80260204,SCE_AUDIO_OUT_ERROR_MASTERING_INVALID_STATES_ID
CE-38523-1,0x80260300,SCE_AUDIO_LATENCY_ESTIMATION_ERROR_FATAL
CE-38524-2,0x80260301,SCE_AUDIO_LATENCY_ESTIMATION_ERROR_INVALID_HANDLE
CE-38525-3,0x80260302,SCE_AUDIO_LATENCY_ESTIMATION_ERROR_INVALID_POINTER
CE-38531-0,0x80460043,SCE_FONT_ERROR_NO_SUPPORT_SCRIPT
CE-38532-1,0x80460044,SCE_FONT_ERROR_NO_SUPPORT_LANGUAGE
CE-38533-2,0x804A030C,SCE_NGS2_ERROR_UNABLE_CALLBACK
CE-38534-3,0x804A030D,SCE_NGS2_ERROR_INVALID_CALLBACK_FLAG
CE-38535-4,0x804A030E,SCE_NGS2_ERROR_INVALID_CALLBACK_HANDLER
CE-38536-5,0x804A030F,SCE_NGS2_ERROR_INVALID_OPERATION
CE-38537-6,0x804A0920,SCE_NGS2_ERROR_INVALID_GEOM_DISTANCE
CE-38538-7,0x804A0921,SCE_NGS2_ERROR_INVALID_GEOM_LISTENER_ADDRESS
CE-38539-8,0x804A0922,SCE_NGS2_ERROR_INVALID_GEOM_SOURCE_ADDRESS
CE-38540-0,0x804A0923,SCE_NGS2_ERROR_INVALID_GEOM_FLAG
CE-38541-1,0x804A0924,SCE_NGS2_ERROR_INVALID_GEOM_CONE
CE-38588-2,0x807F1100,SCE_AUDIODEC_ERROR_VORBIS_INVALID_RAW_STREAM_MODE
CE-38589-3,0x80920105,SCE_PAD_ERROR_SEND_AGAIN
CE-38593-8,0x80951773,SCE_SSL_ERROR_BAD_LENGTH
CE-38594-9,0x80951778,SCE_SSL_ERROR_INDEX_OOB
CE-38595-0,0x8095177A,SCE_SSL_ERROR_INVALID_ARG
CE-38596-1,0x8095177C,SCE_SSL_ERROR_EOF
CE-38597-2,0x8095177D,SCE_SSL_ERROR_BAD_EXPONENT
CE-38598-3,0x8095177E,SCE_SSL_ERROR_INCOMPLETE_SEARCH
CE-38599-4,0x8095177F,SCE_SSL_ERROR_INTERNAL_ERROR
CE-38600-7,0x80951D52,SCE_SSL_ERROR_PROTOCOL
CE-38601-8,0x80951D6D,SCE_SSL_ERROR_PROTOCOL_RECEIVE_RECORD
CE-38602-9,0x80951D78,SCE_SSL_ERROR_PROTOCOL_VERSION
CE-38616-4,0x809F0015,SCE_SAVE_DATA_ERROR_NOT_REGIST_CALLBACK
CE-38637-7,0x80A30016,SCE_APP_INSTALLER_ERROR_DLAPP_ALREADY_INSTALLED
CE-38638-8,0x80A30017,SCE_APP_INSTALLER_ERROR_NEED_ADDCONT_INSTALL
CE-38639-9,0x80A30018,SCE_APP_INSTALLER_ERROR_APP_MOUNTED_BY_HOST_TOOL
CE-38640-1,0x80A30019,SCE_APP_INSTALLER_ERROR_INVALID_PATCH_PKG
CE-38641-2,0x80A30020,SCE_APP_INSTALLER_ERROR_NEED_ADDCONT_INSTALL_NO_CHANGE_TYPE
CE-38642-3,0x80A30021,SCE_APP_INSTALLER_ERROR_ADDCONT_IS_INSTALLING
CE-38643-4,0x80A30022,SCE_APP_INSTALLER_ERROR_ADDCONT_ALREADY_INSTALLED
CE-38644-5,0x80A4003B,SCE_PROCESS_STARTER_ERROR_PARENTAL_PSNOW
CE-38645-6,0x80A4003C,SCE_PROCESS_STARTER_ERROR_MANDATORY_PATCH_IS_DOWNLOADING
CE-38646-7,0x80A4003D,SCE_PROCESS_STARTER_ERROR_MANDATORY_PATCH_IS_DOWNLOADING_IN_RESUME
CE-38647-8,0x80A4003E,SCE_PROCESS_STARTER_ERROR_MANDATORY_PATCH_IS_DOWNLOADING_WITH_SYSTEM_UPDATE
CE-38648-9,0x80A4003F,SCE_PROCESS_STARTER_ERROR_INVALID_HDD_PKG_SIZE
CE-38649-0,0x80A40040,SCE_PROCESS_STARTER_ERROR_INVALID_BD_PKG_SIZE
CE-38650-2,0x80A40041,SCE_PROCESS_STARTER_ERROR_FINGERPRINT_MISMATCH
CE-38651-3,0x80A40042,SCE_PROCESS_STARTER_ERROR_ALREADY_MOUNTED_BY_HOST_TOOLS
CE-38652-4,0x80A40043,SCE_PROCESS_STARTER_ERROR_TUTORIAL_PS2EMU
CE-38653-5,0x80A40044,SCE_PROCESS_STARTER_ERROR_REQUIRED_PATCH_IS_DOWNLOADING_WITH_SYSTEM_UPDATE
CE-38654-6,0x80A40045,SCE_PROCESS_STARTER_ERROR_INSTALLING_AC_FROM_DISC_FOR_DISC_CONTENT
CE-38655-7,0x80A40046,SCE_PROCESS_STARTER_ERROR_INSTALLING_AC_FROM_DISC_FOR_HDD_CONTENT
CE-38656-8,0x80A40047,SCE_PROCESS_STARTER_ERROR_NO_REQUIRED_PATCH_IS_DOWNLOADING_WITH_SYSTEM_UPDATE
CE-38709-7,0x80D12002,SCE_GNM_ERROR_VALIDATION_WARNING_BLENDING
CE-38710-9,0x80D12003,SCE_GNM_ERROR_VALIDATION_WARNING_DRAW_CU_MASK
CE-38711-0,0x80D12004,SCE_GNM_ERROR_VALIDATION_WARNING_MRT_SETUP
CE-38712-1,0x80D12005,SCE_GNM_ERROR_VALIDATION_WARNING_DEPTH_RT_SETUP
CE-38713-2,0x80D13015,SCE_GNM_ERROR_VALIDATION_MRT_SETUP
CE-38714-3,0x80D13016,SCE_GNM_ERROR_VALIDATION_BAD_OP_CODE
CE-38715-4,0x80D13017,SCE_GNM_ERROR_VALIDATION_DEPTH_RT_SETUP
CE-38716-5,0x80D90011,SCE_APP_CONTENT_ERROR_ADDCONT_SHRANK
CE-38717-6,0x80DB0006,SCE_NP_SNS_FACEBOOK_DIALOG_ERROR_WEB_APP_FATAL
CE-38756-9,0x80EA0008,SCE_AUDIO3D_ERROR_NOT_SUPPORTED
CE-38765-9,0x80F70C00,SCE_AUDIODEC_CPU_ERROR_HEVAG_INVALID_CHANNELS
CE-38766-0,0x80F70C01,SCE_AUDIODEC_CPU_ERROR_HEVAG_INVALID_SAMPLING_FREQ
CE-38767-1,0x80F70C02,SCE_AUDIODEC_CPU_ERROR_HEVAG_INVALID_VERSION
CE-38768-2,0x80F70C03,SCE_AUDIODEC_CPU_ERROR_HEVAG_INVALID_ID
CE-38769-3,0x80F70C04,SCE_AUDIODEC_CPU_ERROR_HEVAG_INVALID_DATA_SIZE
CE-38770-5,0x80F70C05,SCE_AUDIODEC_CPU_ERROR_HEVAG_INVALID_DATA_NAME
CE-38771-6,0x80F70C06,SCE_AUDIODEC_CPU_ERROR_HEVAG_INVALID_OUTPUT_FORMAT
CE-38772-7,0x80F70C07,SCE_AUDIODEC_CPU_ERROR_HEVAG_NOT_FOUND_HEADER
CE-38773-8,0x80F70C08,SCE_AUDIODEC_CPU_ERROR_HEVAG_INVALID_LOOP_FLAG
CE-38783-9,0x81000105,SCE_SCREAM_SS_ERROR_UNSUPPORTED
CE-38819-9,0x81110014,SCE_HMD_ERROR_REPROJECTION_THREAD_NOT_WORKING
CE-38820-1,0x8112001C,SCE_ZLIB_ERROR_NOSPACE
CE-38822-3,0x8117000E,SCE_SHARE_UTILITY_ERROR_ILLEGAL_CHARACTER
CE-38823-4,0x81170106,SCE_SHARE_UTILITY_ERROR_GET_USER_ID_INFORMATION
CE-38830-2,0x81270006,SCE_NP_SNS_YOUTUBE_DIALOG_ERROR_WEB_APP_FATAL
CE-38869-4,0x812E8002,SCE_CRASH_REPORTER_ERROR_UPLOAD_REGISTER_002
CE-38870-6,0x812E8003,SCE_CRASH_REPORTER_ERROR_UPLOAD_REGISTER_003
CE-38871-7,0x812E8004,SCE_CRASH_REPORTER_ERROR_UPLOAD_REGISTER_004
CE-38872-8,0x812E8008,SCE_CRASH_REPORTER_ERROR_UPLOAD_REGISTER_008
CE-38873-9,0x812E8018,SCE_CRASH_REPORTER_ERROR_UPLOAD_REGISTER_018
CE-38874-0,0x812E801A,SCE_CRASH_REPORTER_ERROR_UPLOAD_FAILED
CE-38875-1,0x812EFFFF,SCE_CRASH_REPORTER_ERROR_EINVAL
CE-38876-2,0x812F0001,SCE_MUSIC_PLAYER_SERVICE_ERROR_NOT_INITIALIZED
CE-38877-3,0x812F0002,SCE_MUSIC_PLAYER_SERVICE_ERROR_ALREADY_INITIALIZED
CE-38878-4,0x812F0003,SCE_MUSIC_PLAYER_SERVICE_ERROR_FATAL
CE-38879-5,0x812F0004,SCE_MUSIC_PLAYER_SERVICE_ERROR_INVALID_ARGUMENT
CE-38880-7,0x812F0101,SCE_MUSIC_PLAYER_SERVICE_ERROR_TOO_MANY_ENTRY
CE-38881-8,0x812F0102,SCE_MUSIC_PLAYER_SERVICE_ERROR_NOT_EXIST
CE-38882-9,0x812F0103,SCE_MUSIC_PLAYER_SERVICE_ERROR_NOT_BEGIN_TRANSACTION
CE-38883-0,0x812F0104,SCE_MUSIC_PLAYER_SERVICE_ERROR_ALREADY_BEGIN_TRANSACTION
CE-38884-1,0x812F0105,SCE_MUSIC_PLAYER_SERVICE_ERROR_INACTIVE
CE-38885-2,0x812F0106,SCE_MUSIC_PLAYER_SERVICE_ERROR_DATA_CORRUPTION_DETECTED
CE-38886-3,0x812F0107,SCE_MUSIC_PLAYER_SERVICE_ERROR_PROHIBITED
CE-38887-4,0x812F0108,SCE_MUSIC_PLAYER_SERVICE_ERROR_ALREADY_EXIST
CE-38888-5,0x812F0109,SCE_MUSIC_PLAYER_SERVICE_ERROR_ENOSPC
CE-38956-1,0x81340001,SCE_LOGIN_DIALOG_ERROR_NOT_INITIALIZED
CE-38957-2,0x81340002,SCE_LOGIN_DIALOG_ERROR_ALREADY_INITIALIZED
CE-38958-3,0x81340003,SCE_LOGIN_DIALOG_ERROR_PARAM_INVALID
CE-38959-4,0x81340004,SCE_LOGIN_DIALOG_ERROR_UNEXPECTED_FATAL
CE-38960-6,0x81340005,SCE_LOGIN_DIALOG_ERROR_INVALID_STATE
CE-38961-7,0x81340006,SCE_LOGIN_DIALOG_ERROR_SERVICE_BUSY
CE-38962-8,0x81340007,SCE_LOGIN_DIALOG_ERROR_INVALID_USER_ID
CE-38963-9,0x81350001,SCE_SIGNIN_DIALOG_ERROR_NOT_INITIALIZED
CE-38964-0,0x81350002,SCE_SIGNIN_DIALOG_ERROR_ALREADY_INITIALIZED
CE-38965-1,0x81350003,SCE_SIGNIN_DIALOG_ERROR_PARAM_INVALID
CE-38966-2,0x81350004,SCE_SIGNIN_DIALOG_ERROR_UNEXPECTED_FATAL
CE-38967-3,0x81350005,SCE_SIGNIN_DIALOG_ERROR_INVALID_STATE
CE-38968-4,0x81350006,SCE_SIGNIN_DIALOG_ERROR_SERVICE_BUSY
CE-38969-5,0x81350007,SCE_SIGNIN_DIALOG_ERROR_INVALID_USER_ID
CE-38970-7,0x81360001,SCE_NP_SNS_DAILYMOTION_DIALOG_ERROR_INTERNAL
CE-38971-8,0x81360002,SCE_NP_SNS_DAILYMOTION_DIALOG_ERROR_NOT_SIGNIN
CE-38972-9,0x81360003,SCE_NP_SNS_DAILYMOTION_DIALOG_ERROR_CERTIFICATE_VERIFICATION
CE-38973-0,0x81360004,SCE_NP_SNS_DAILYMOTION_DIALOG_ERROR_WEB_APP_FATAL
CE-38974-1,0x81360005,SCE_NP_SNS_DAILYMOTION_DIALOG_ERROR_SUB_ACCOUNT
CE-38982-0,0x81380001,SCE_CUSTOM_MUSIC_CORE_ERROR_INVALID_PARAM
CE-38983-1,0x81380002,SCE_CUSTOM_MUSIC_CORE_ERROR_NO_MEMORY
CE-38984-2,0x81380003,SCE_CUSTOM_MUSIC_CORE_ERROR_FATAL
CE-38985-3,0x81380101,SCE_CUSTOM_MUSIC_CORE_ERROR_CANNOT_OPEN_BGM_PORT
CE-38986-4,0x81380102,SCE_CUSTOM_MUSIC_CORE_ERROR_BGM_PORT_NOT_OPENED
CE-38987-5,0x81380103,SCE_CUSTOM_MUSIC_CORE_ERROR_CANNOT_ACCESS_BGM_VOLUME
CE-38988-6,0x81380201,SCE_CUSTOM_MUSIC_CORE_ERROR_INVALID_FUNCTION_TABLE
CE-38989-7,0x81380202,SCE_CUSTOM_MUSIC_CORE_ERROR_INSUFFICIENT_FUNCTION_TABLES
CE-38990-9,0x81390000,SCE_SHADER_PERF_ERROR_INVALID_ARGUMENT
CE-38991-0,0x81390001,SCE_SHADER_PERF_ERROR_INVALID_SHADER_BINARY
CE-38992-1,0x81390002,SCE_SHADER_PERF_ERROR_INVALID_MICROCODE_FORMAT
CE-38993-2,0x81390003,SCE_SHADER_PERF_ERROR_INVALID_OPCODE
CE-38994-3,0x81390004,SCE_SHADER_PERF_ERROR_INVALID_OPERAND
CE-38995-4,0x81390005,SCE_SHADER_PERF_ERROR_BINARY_TRUNCATED
CE-38996-5,0x81390006,SCE_SHADER_PERF_ERROR_IO
CE-38997-6,0x81390007,SCE_SHADER_PERF_ERROR_OUT_OF_MEMORY
CE-38998-7,0x81390008,SCE_SHADER_PERF_ERROR_INTERNAL
CE-38999-8,0x81390009,SCE_SHADER_PERF_ERROR_INVALID_SDB_FILE
CE-39000-2,0x813A0001,SCE_LOGIN_SERVICE_ERROR_NOT_INITIALIZED
CE-39001-3,0x813A0002,SCE_LOGIN_SERVICE_ERROR_ALREADY_INITIALIZED
CE-39002-4,0x813A0003,SCE_LOGIN_SERVICE_ERROR_PARAM_INVALID
CE-39003-5,0x813A0004,SCE_LOGIN_SERVICE_ERROR_UNEXPECTED_FATAL
CE-39004-6,0x813A0005,SCE_LOGIN_SERVICE_ERROR_SERVICE_BUSY
CE-39005-7,0x813A0006,SCE_LOGIN_SERVICE_ERROR_INVALID_USER_ID

Latest revision as of 23:14, 21 April 2024

Name Errorcode Returncode Remarks
SCE_KERNEL_ERROR_EPERM CE-30001-4 0x80020001 Operation not permitted / An error has occurred (error with the application) // Close the application and then restart it. Reboot the console. If the issue continues, there may be a temporary issue with the server. Try again later.
SCE_KERNEL_ERROR_ENOENT CE-30002-5 0x80020002 Application data may be corrupted // Turn off the console and reboot in Safe Mode. Connect a controller via a USB cable and select [Update System Software]. If the error occurs in a specific application, delete and reinstall it.
SCE_KERNEL_ERROR_ESRCH CE-30003-6 0x80020003 Problem with the network connection // If in a party, reboot the console after leaving the party, then rejoin the party. Turn off your router and modem for at least 5 minutes, then turn it back on. If the situation does not improve, this may be a temporary issue. Try again later.
SCE_KERNEL_ERROR_EINTR CE-30004-7 0x80020004 Interrupted system call
SCE_KERNEL_ERROR_EIO CE-30005-8 0x80020005 Input/output error / Error occurred when accessing the HDD or Blu-Ray drive (console having issues reading from the HDD or Blu-Ray player) // Step 1: Eject the disc from the console, and check that the disc is not dirty, scratched or damaged. Step 2: If the disc is in good condition try rebuilding the console's database using Safe Mode option 5. If the error persists, the console may be bad and in need of service. Contact PlayStation Support.
SCE_KERNEL_ERROR_ENXIO CE-30006-9 0x80020006 Device not configured / Error occurred while accessing the data (bad USB device or bad external/internal HDD) // Step 1: If this error occurs when connecting a USB device, try another USB device. Step 2: If you changed the console's internal HDD, replace the original HDD included with your console and try again.

If this error occurs while using an external HDD, there may be a problem with the connected HDD. Reconnect the HDD and select [Restore File System]. Format the HDD again. If the issue persists, try another HDD.

SCE_KERNEL_ERROR_E2BIG CE-30007-0 0x80020007 Argument list too long
SCE_KERNEL_ERROR_ENOEXEC CE-30008-1 0x80020008 Exec format error / Error occurred while launching the content // Step 1: Reboot the console. Step 2: Delete the application and install it again (back up data just in case). Step 3: If using a disc, make sure there are no fingerprints, smudges or scratches. Clean and wipe the disc with a soft, clean cloth. Step 4: This may be a temporary issue, try again later.
SCE_KERNEL_ERROR_EBADF CE-30009-2 0x80020009 Bad file descriptor
SCE_KERNEL_ERROR_ECHILD CE-30010-4 0x8002000A No child processes
SCE_KERNEL_ERROR_EDEADLK CE-30011-5 0x8002000B Resource deadlock avoided
SCE_KERNEL_ERROR_ENOMEM CE-30012-6 0x8002000C Cannot allocate memory / Internal error // Step 1: Update the PS4 system with the latest system software. Step 2: If the software is up to date and the error continues, backup all saved data. Delete the application with the error and install it again.
SCE_KERNEL_ERROR_EACCES CE-30013-7 0x8002000D Permission denied
SCE_KERNEL_ERROR_EFAULT CE-30014-8 0x8002000E Bad address
SCE_KERNEL_ERROR_ENOTBLK CE-30015-9 0x8002000F Block device required
SCE_KERNEL_ERROR_EBUSY CE-30016-0 0x80020010 Device busy
SCE_KERNEL_ERROR_EEXIST CE-30017-1 0x80020011 File exists
SCE_KERNEL_ERROR_EXDEV CE-30018-2 0x80020012 Cross-device link
SCE_KERNEL_ERROR_ENODEV CE-30019-3 0x80020013 Operation not supported by device
SCE_KERNEL_ERROR_ENOTDIR CE-30020-5 0x80020014 Not a directory
SCE_KERNEL_ERROR_EISDIR CE-30021-6 0x80020015 Is a directory
SCE_KERNEL_ERROR_EINVAL CE-30022-7 0x80020016 Invalid argument / Internal error // Reboot the application. Reboot the console. Back up saved data and initialize the console. If the error occurs while using a HDD, the connected HDD may be having problems. Reconnect the HDD and [Restore File System]. Format the HDD. If the error persists, try another HDD.
SCE_KERNEL_ERROR_ENFILE CE-30023-8 0x80020017 Too many open files in system
SCE_KERNEL_ERROR_EMFILE CE-30024-9 0x80020018 Too many open files
SCE_KERNEL_ERROR_ENOTTY CE-30025-0 0x80020019 Inappropriate ioctl for device
SCE_KERNEL_ERROR_ETXTBSY CE-30026-1 0x8002001A Text file busy
SCE_KERNEL_ERROR_EFBIG CE-30027-2 0x8002001B File too large / Internal error // Step 1: Restart the application. Step 2: Reboot the console. Step 3: Back up all saved data and initialize the console.

If this error occurs while using an external HDD, there may be a problem with the connected HDD. Reconnect the HDD and perform [Restore File System]. Format the HDD again. If the issue persists, try another HDD.

SCE_KERNEL_ERROR_ENOSPC CE-30028-3 0x8002001C No space left on device / Error occurred while reading system storage or saved data // Step 1: Reboot the console. Step 2: Create new save data and try with the new data. If it works, the previous save may be corrupted. Step 3: Delete the application and install it again. Step 4: Turn off console and reboot into Safe Mode and select [Rebuild Database]. Step 5: If the issue persists, go into Safe Mode and select [Initialize PS4] (back up all data before performing this).
SCE_KERNEL_ERROR_ESPIPE CE-30029-4 0x8002001D Illegal seek
SCE_KERNEL_ERROR_EROFS CE-30030-6 0x8002001E Read-only filesystem
SCE_KERNEL_ERROR_EMLINK CE-30031-7 0x8002001F Too many links
SCE_KERNEL_ERROR_EPIPE CE-30032-8 0x80020020 Broken pipe
SCE_KERNEL_ERROR_EDOM CE-30033-9 0x80020021 Numerical argument out of domain
SCE_KERNEL_ERROR_ERANGE CE-30034-0 0x80020022 Result too large
SCE_KERNEL_ERROR_EAGAIN CE-30035-1 0x80020023 Resource temporarily unavailable / Try again after a while // Temporary issue caused by multiple overlapping operations on console. Turn off the console and unplug it, plug it back in and reboot the console. If the error persists there may be ongoing downloads or installations in progress. Wait for these to finish before trying again.
SCE_KERNEL_ERROR_EWOULDBLOCK CE-30035-1 0x80020023 Operation would block (SCE_KERNEL_ERROR_EAGAIN)
SCE_KERNEL_ERROR_EINPROGRESS CE-30036-2 0x80020024 Operation now in progress
SCE_KERNEL_ERROR_EALREADY CE-30037-3 0x80020025 Operation already in progress
SCE_KERNEL_ERROR_ENOTSOCK CE-30038-4 0x80020026 Socket operation on non-socket
SCE_KERNEL_ERROR_EDESTADDRREQ CE-30039-5 0x80020027 Destination address required
SCE_KERNEL_ERROR_EMSGSIZE CE-30040-7 0x80020028 Message too long
SCE_KERNEL_ERROR_EPROTOTYPE CE-30041-8 0x80020029 Protocol wrong type for socket
SCE_KERNEL_ERROR_ENOPROTOOPT CE-30042-9 0x8002002A Protocol not available
SCE_KERNEL_ERROR_EPROTONOSUPPORT CE-30043-0 0x8002002B Protocol not supported
SCE_KERNEL_ERROR_ESOCKTNOSUPPORT CE-30044-1 0x8002002C Socket type not supported
SCE_KERNEL_ERROR_ENOTSUP CE-30045-2 0x8002002D Operation not supported
SCE_KERNEL_ERROR_EPFNOSUPPORT CE-30046-3 0x8002002E Protocol family not supported
SCE_KERNEL_ERROR_EAFNOSUPPORT CE-30047-4 0x8002002F Address family not supported by protocol family
SCE_KERNEL_ERROR_EADDRINUSE CE-30048-5 0x80020030 Address already in use
SCE_KERNEL_ERROR_EADDRNOTAVAIL CE-30049-6 0x80020031 Can't assign requested address
SCE_KERNEL_ERROR_ENETDOWN CE-30050-8 0x80020032 Network is down
SCE_KERNEL_ERROR_ENETUNREACH CE-30051-9 0x80020033 Network is unreachable
SCE_KERNEL_ERROR_ENETRESET CE-30052-0 0x80020034 Network dropped connection on reset
SCE_KERNEL_ERROR_ECONNABORTED CE-30053-1 0x80020035 Software caused connection abort
SCE_KERNEL_ERROR_ECONNRESET CE-30054-2 0x80020036 Connection reset by peer
SCE_KERNEL_ERROR_ENOBUFS CE-30055-3 0x80020037 No buffer space available
SCE_KERNEL_ERROR_EISCONN CE-30056-4 0x80020038 Socket is already connected
SCE_KERNEL_ERROR_ENOTCONN CE-30057-5 0x80020039 Socket is not connected
SCE_KERNEL_ERROR_ESHUTDOWN CE-30058-6 0x8002003A Can't send after socket shutdown
SCE_KERNEL_ERROR_ETOOMANYREFS CE-30059-7 0x8002003B Too many references: can't splice
SCE_KERNEL_ERROR_ETIMEDOUT CE-30060-9 0x8002003C Operation timed out
SCE_KERNEL_ERROR_ECONNREFUSED CE-30061-0 0x8002003D Connection refused
SCE_KERNEL_ERROR_ELOOP CE-30062-1 0x8002003E Too many levels of symbolic links
SCE_KERNEL_ERROR_ENAMETOOLONG CE-30063-2 0x8002003F File name too long
SCE_KERNEL_ERROR_EHOSTDOWN CE-30064-3 0x80020040 Host is down
SCE_KERNEL_ERROR_EHOSTUNREACH CE-30065-4 0x80020041 No route to host
SCE_KERNEL_ERROR_ENOTEMPTY CE-30066-5 0x80020042 Directory not empty
SCE_KERNEL_ERROR_EPROCLIM CE-30067-6 0x80020043 Too many processes
SCE_KERNEL_ERROR_EUSERS CE-30068-7 0x80020044 Too many users
SCE_KERNEL_ERROR_EDQUOT CE-30069-8 0x80020045 Disc quota exceeded
SCE_KERNEL_ERROR_ESTALE CE-30070-0 0x80020046 Stale NFS file handle
SCE_KERNEL_ERROR_EREMOTE CE-30071-1 0x80020047 Too many levels of remote in path
SCE_KERNEL_ERROR_EBADRPC CE-30072-2 0x80020048 RPC struct is bad
SCE_KERNEL_ERROR_ERPCMISMATCH CE-30073-3 0x80020049 RPC version wrong
SCE_KERNEL_ERROR_EPROGUNAVAIL CE-30074-4 0x8002004A RPC prog. not avail
SCE_KERNEL_ERROR_EPROGMISMATCH CE-30075-5 0x8002004B Program version wrong
SCE_KERNEL_ERROR_EPROCUNAVAIL CE-30076-6 0x8002004C Bad procedure for program
SCE_KERNEL_ERROR_ENOLCK CE-30077-7 0x8002004D No locks available
SCE_KERNEL_ERROR_ENOSYS CE-30078-8 0x8002004E Function not implemented
SCE_KERNEL_ERROR_EFTYPE CE-30079-9 0x8002004F Inappropriate file type or format
SCE_KERNEL_ERROR_EAUTH CE-30080-1 0x80020050 Authentication error
SCE_KERNEL_ERROR_ENEEDAUTH CE-30081-2 0x80020051 Need authenticator
SCE_KERNEL_ERROR_EIDRM CE-30082-3 0x80020052 Identifier removed
SCE_KERNEL_ERROR_ENOMSG CE-30083-4 0x80020053 No message of desired type
SCE_KERNEL_ERROR_EOVERFLOW CE-30084-5 0x80020054 Value too large to be stored in data type
SCE_KERNEL_ERROR_ECANCELED CE-30085-6 0x80020055 Operation canceled
SCE_KERNEL_ERROR_EILSEQ CE-30086-7 0x80020056 Illegal byte sequence
SCE_KERNEL_ERROR_ENOATTR CE-30087-8 0x80020057 Attribute not found
SCE_KERNEL_ERROR_EDOOFUS CE-30088-9 0x80020058 Programming error / Error occurred when starting the game (problem with application) // Reboot the console. Delete the application and install it again. If the situation doesn't improve, back up all saved data and initialize the console.
SCE_KERNEL_ERROR_EBADMSG CE-30089-0 0x80020059 Bad message
SCE_KERNEL_ERROR_EMULTIHOP CE-30090-2 0x8002005A Multi-hop attempted
SCE_KERNEL_ERROR_ENOLINK CE-30091-3 0x8002005B Link has been severed
SCE_KERNEL_ERROR_EPROTO CE-30092-4 0x8002005C Protocol error
SCE_KERNEL_ERROR_ENOTCAPABLE CE-30093-5 0x8002005D Capabilities insufficient
SCE_KERNEL_ERROR_ECAPMODE CE-30094-6 0x8002005E Not permitted in capability mode
SCE_KERNEL_ERROR_ENOBLK CE-30095-7 0x8002005F Block not ready
SCE_SBL_ERROR_SRTC_EPOWER CE-30391-6 0x800F0530 System Error. // Your system likely needs to be serviced. Please visit our Contact page to set up service.
SCE_SBL_ERROR_SRTC_ECLOCK CE-30392-7 0x800F0531 Hardware Error. // Your system likely needs to be serviced. Please visit our Contact page to set up service. Check system clock / time. If it's reset, change CMOS battery and test. If that fails and/or is OK, replace Mediacon (Southbridge) IC.
SCE_SBL_ERROR_SRTC_ENOTINITIALIZED CE-30393-8 0x800F0532 Error Strc Enotinitialized
SCE_SBL_ERROR_SRTC_EXPIRED CE-30394-9 0x800F0533 Error Strc Expired
SCE_SBL_ERROR_SRTC_EFORMAT CE-30395-0 0x800F0534 Error Strc Eformat
SCE_SBL_ERROR_SRTC_EAUTHFAIL CE-30396-1 0x800F0535 Error Strc Eauthfail
SCE_SBL_ERROR_SRTC_KEY_DIFFER CE-30397-2 0x800F0536 Error Strc Key differ
SCE_SBL_ERROR_DEVACT_EPERM CE-30398-3 0x800F0601 Error Devact Eperm
SCE_SBL_ERROR_DEVACT_ENOENT CE-30399-4 0x800F0602 Error Devact Enoent
SCE_SBL_ERROR_NPDRM_EACCES CE-30550-3 0x800F0A0D Error Npdrm Eacces
SCE_SBL_ERROR_NPDRM_EFAULT CE-30551-4 0x800F0A0E Error Npdrm Efault
SCE_SBL_ERROR_NPDRM_EBUSY CE-30552-5 0x800F0A10 Error Npdrm Ebusy
SCE_SBL_ERROR_NPDRM_EEXIST CE-30553-6 0x800F0A11 Error Npdrm Eexist
SCE_SBL_ERROR_NPDRM_ENODEV CE-30554-7 0x800F0A13 Error Npdrm Enodev
SCE_SBL_ERROR_NPDRM_EINVAL CE-30555-8 0x800F0A16 Error Npdrm Einval
SCE_SBL_ERROR_NPDRM_ENOSPC CE-30556-9 0x800F0A1C Error Npdrm Enospc
SCE_SBL_ERROR_NPDRM_ERANGE CE-30557-0 0x800F0A22 Error Npdrm Erange
SCE_SBL_ERROR_NPDRM_EFMT CE-30558-1 0x800F0A23 Error Npdrm Efmt
SCE_SBL_ERROR_NPDRM_ESIGN CE-30559-2 0x800F0A24 Cannot start the application.
SCE_SBL_ERROR_AUTHMGR_ESTACK CE-30600-9 0x800F0B29 Error Authmgr Estack
SCE_SBL_ERROR_AUTHMGR_ENEEDAUTH CE-30601-0 0x800F0B2A Error Authmgr Eneedauth
SCE_SBL_ERROR_AUTHMGR_EBADMSG CE-30602-1 0x800F0B2B Error Authmgr Ebadmsg
SCE_SBL_ERROR_AUTHMGR_EREVOKED CE-30603-2 0x800F0B2C Error Authmgr Erevoked
SCE_SBL_ERROR_AUTHMGR_ENOATTR CE-30604-3 0x800F0B2D Error Authmgr Enoattr
SCE_SBL_ERROR_AUTHMGR_EVER CE-30605-4 0x800F0B2E Error Authmgr Ever
SCE_SBL_ERROR_AUTHMGR_EPLATFORM CE-30606-5 0x800F0B2F Error Authmgr Ever
SCE_SBL_ERROR_AUTHMGR_EPOWER CE-30607-6 0x800F0B30 Error Authmgr Epower
SCE_SBL_ERROR_AUTHMGR_ECLOCK CE-30608-7 0x800F0B31 Hardware Error. // Your system likely needs to be serviced. Please visit our Contact page to set up service.
SCE_SBL_ERROR_AUTHMGR_ENOTINITIALIZED CE-30609-8 0x800F0B32 Error Authmgr Enotinitialized
SCE_SBL_ERROR_AUTHMGR_EXPIRED CE-30610-0 0x800F0B33 Error Authmgr Expired
SCE_SBL_ERROR_AUTHMGR_EFORMAT CE-30611-1 0x800F0B34 Error Authmgr Eformat
SCE_SBL_ERROR_AUTHMGR_EAUTHFAIL CE-30612-2 0x800F0B35 Error Authmgr Eauthfail
SCE_SBL_ERROR_AUTHMGR_KEY_DIFFER CE-30613-3 0X800F0B36 Error Authmgr Key Differ
SCE_SYSFILE_ERROR_NOMEM CE-30614-4 0x80120001 Out-of-memory
SCE_SYSFILE_ERROR_IO CE-30615-5 0x80120002 File IO error
SCE_SYSFILE_ERROR_INVAL CE-30616-6 0x80120003 Invalid parameters
SCE_SYSFILE_ERROR_BADMAGIC CE-30617-7 0x80120004 Invalid MAGIC code (system file broken)
SCE_SYSFILE_ERROR_KEYNOTFOUND CE-30618-8 0x80120005 Key's not found (system file broken)
SCE_SYSFILE_ERROR_KEYDUPLICATION CE-30619-9 0x80120006 Duplication of key (system file broken)
SCE_SYSFILE_ERROR_BADVERSION CE-30620-1 0x80120007 Invalid version (system file broken)
SCE_SYSFILE_ERROR_OVER_DATABUFSIZE CE-30621-2 0x80120008 Invalid data size (system file broken)
SCE_SAFEMODE_ERROR_ENOMEM CE-30772-9 0x80190001 Out-of-memory
SCE_SAFEMODE_ERROR_KILL CE-30773-0 0x80190002 Error Kill
SCE_SAFEMODE_ERROR_NOT_FOUND CE-30774-1 0x80190030 Cannot update (could not update via USB device) // The PS4 system software could not be updated using a USB storage device. Try updating via the Internet instead. If this is not possible, make sure the USB storage device is formatted as FAT or exFAT. Check that the update file is stored in the correct file structure. If the issue continues, delete the download file from the USB drive and download it again.
SCE_SAFEMODE_ERROR_INVAL CE-30775-2 0x80190031 Error Inval
SCE_SAFEMODE_ERROR_STAT CE-30776-3 0x80190060 Error Start
SCE_SAFEMODE_ERROR_OPEN_READ CE-30777-4 0x80190061 Error Open Read
SCE_SAFEMODE_ERROR_OPEN_WRITE CE-30778-5 0x80190062 Error Open Write
SCE_SAFEMODE_ERROR_CLOSE CE-30779-6 0x80190063 Error Close
SCE_SAFEMODE_ERROR_READ CE-30780-8 0x80190064 Error Read
SCE_SAFEMODE_ERROR_WRITE CE-30781-9 0x80190065 Error Write
SCE_SAFEMODE_ERROR_NMOUNT_USB CE-30784-2 0x80190068 PS4 failed to detect USB device // Step 1: Verify that the USB device supports USB 2.0 or 3.0. Step 2: Ensure the device is properly inserted in the PS4, and then wait one minute before trying to access the device again. Step 3: Make sure there are not multiple partitions on the device. Step 4: Try reformatting the device using a PC if possible.
CE-30785-3 USB device not recognized in safe mode // Step 1: Ensure the device is properly inserted in the PS4. Step 2: Wait about one minute and try updating again. Step 3: If the problem persists, initialize USB storage device on a PC, download the update file from system software update page, then put it in the specified folder and update again from the USB storage device.
SCE_USBD_ERROR_IO CE-30791-0 0x80240001 I/O error
SCE_USBD_ERROR_INVALID_ARG CE-30792-1 0x80240002 Invalid argument
SCE_USBD_ERROR_ACCESS CE-30793-2 0x80240003 Permission denied
SCE_USBD_ERROR_NO_DEVICE CE-30794-3 0x80240004 No such device
SCE_USBD_ERROR_NOT_FOUND CE-30795-4 0x80240005 Resource not found
SCE_USBD_ERROR_BUSY CE-30796-5 0x80240006 Resource busy
SCE_USBD_ERROR_TIMEOUT CE-30797-6 0x80240007 Timer expired
SCE_USBD_ERROR_OVERFLOW CE-30798-7 0x80240008 Value too large to be stored in data type
SCE_USBD_ERROR_PIPE CE-30799-8 0x80240009 Broken pipe
SCE_USBD_ERROR_INTERRUPTED CE-30800-1 0x8024000A Interrupted system call
SCE_USBD_ERROR_NO_MEM CE-30801-2 0x8024000B Not enough core
SCE_USBD_ERROR_NOT_SUPPORTED CE-30802-3 0x8024000C Operation not supported
SCE_USBD_ERROR_FATAL CE-30803-4 0x802400FF Fatal error
SCE_AUDIO_OUT_ERROR_NOT_OPENED CE-30804-5 0x80260001 Tried to perform an operation (play release or get number of remaining samples) for the port not opened
SCE_AUDIO_OUT_ERROR_BUSY CE-30805-6 0x80260002 Tried to output while outputting audio
SCE_AUDIO_OUT_ERROR_INVALID_PORT CE-30806-7 0x80260003 Invalid port number
SCE_AUDIO_OUT_ERROR_INVALID_POINTER CE-30807-8 0x80260004 Invalid pointer
SCE_AUDIO_OUT_ERROR_PORT_FULL CE-30808-9 0x80260005 Cannot reserve a port(channel) any more
SCE_AUDIO_OUT_ERROR_INVALID_SIZE CE-30809-0 0x80260006 Invalid sample length specified
SCE_AUDIO_OUT_ERROR_INVALID_FORMAT CE-30810-2 0x80260007 Invalid audio format
SCE_AUDIO_OUT_ERROR_INVALID_SAMPLE_FREQ CE-30811-3 0x80260008 Invalid sampling frequency
SCE_AUDIO_OUT_ERROR_INVALID_VOLUME CE-30812-4 0x80260009 Invalid volume value
SCE_AUDIO_OUT_ERROR_INVALID_PORT_TYPE CE-30813-5 0x8026000A Invalid port type
SCE_AUDIO_OUT_ERROR_INVALID_CONF_TYPE CE-30814-6 0x8026000C Invalid config type
SCE_AUDIO_OUT_ERROR_OUT_OF_MEMORY CE-30815-7 0x8026000D Not enough memory
SCE_AUDIO_OUT_ERROR_ALREADY_INIT CE-30816-8 0x8026000E already initialized
SCE_AUDIO_OUT_ERROR_NOT_INIT CE-30817-9 0x8026000F not initialized
SCE_AUDIO_OUT_ERROR_MEMORY CE-30818-0 0x80260010 memory handling error
SCE_AUDIO_OUT_ERROR_SYSTEM_RESOURCE CE-30819-1 0x80260011 system resourc error
SCE_AUDIO_OUT_ERROR_TRANS_EVENT CE-30820-3 0x80260012 transfer event send error
SCE_AUDIO_OUT_ERROR_INVALID_FLAG CE-30821-4 0x80260013 Invalid volume flag value
SCE_AUDIO_IN_ERROR_FATAL CE-30822-5 0x80260100 undefined error
SCE_AUDIO_IN_ERROR_INVALID_HANDLE CE-30823-6 0x80260101 Bad value of handle
SCE_AUDIO_IN_ERROR_INVALID_SIZE CE-30824-7 0x80260102 Invalid sample length
SCE_AUDIO_IN_ERROR_INVALID_FREQ CE-30825-8 0x80260103 Invalid sampling frequency
SCE_AUDIO_IN_ERROR_INVALID_TYPE CE-30826-9 0x80260104 Invalid bus type
SCE_AUDIO_IN_ERROR_INVALID_POINTER CE-30827-0 0x80260105 Invalid pointer value
SCE_AUDIO_IN_ERROR_INVALID_PARAM CE-30828-1 0x80260106 Invalid port parameter
SCE_AUDIO_IN_ERROR_PORT_FULL CE-30829-2 0x80260107 Cannot open port any more
SCE_AUDIO_IN_ERROR_OUT_OF_MEMORY CE-30830-4 0x80260108 Not enough memory
SCE_AUDIO_IN_ERROR_NOT_OPENED CE-30831-5 0x80260109 This port is not opened
SCE_AUDIO_IN_ERROR_BUSY CE-30832-6 0x8026010A Tried to input while inputting
SCE_AUDIO_IN_ERROR_SYSTEM_MEMORY CE-30833-7 0x8026010B Error due to relate of the system memory access
SCE_AUDIO_IN_ERROR_SYSTEM_IPC CE-30834-8 0x8026010C Error due to the system IPC
CE-30835-9 0x80290000
SCE_VIDEO_OUT_ERROR_INVALID_VALUE CE-30836-0 0x80290001 Invalid argument
SCE_VIDEO_OUT_ERROR_INVALID_ADDRESS CE-30837-1 0x80290002 Invalid address
SCE_VIDEO_OUT_ERROR_INVALID_PIXEL_FORMAT CE-30838-2 0x80290003 Invalid pixel format argument
SCE_VIDEO_OUT_ERROR_INVALID_PITCH CE-30839-3 0x80290004 Invalid pitch argument
SCE_VIDEO_OUT_ERROR_INVALID_RESOLUTION CE-30840-5 0x80290005 Invalid width, height argument
SCE_VIDEO_OUT_ERROR_INVALID_FLIP_MODE CE-30841-6 0x80290006 Invalid flip mode argument
SCE_VIDEO_OUT_ERROR_INVALID_TILING_MODE CE-30842-7 0x80290007 Invalid tiling mode argument
SCE_VIDEO_OUT_ERROR_INVALID_ASPECT_RATIO CE-30843-8 0x80290008 Invalid aspect ratio argument
SCE_VIDEO_OUT_ERROR_RESOURCE_BUSY CE-30844-9 0x80290009 The resource is in use.
SCE_VIDEO_OUT_ERROR_INVALID_INDEX CE-30845-0 0x8029000A Invalid index
SCE_VIDEO_OUT_ERROR_INVALID_HANDLE CE-30846-1 0x8029000B Invalid handle
SCE_VIDEO_OUT_ERROR_INVALID_EVENT_QUEUE CE-30847-2 0x8029000C Invalid event queue
SCE_VIDEO_OUT_ERROR_INVALID_EVENT CE-30848-3 0x8029000D Invalid event
SCE_VIDEO_OUT_ERROR_NO_EMPTY_SLOT CE-30849-4 0x8029000F No empty slot found.
SCE_VIDEO_OUT_ERROR_SLOT_OCCUPIED CE-30850-6 0x80290010 The specified slot is already occupied.
SCE_VIDEO_OUT_ERROR_FLIP_QUEUE_FULL CE-30851-7 0x80290012 flip queue is already full
SCE_VIDEO_OUT_ERROR_INVALID_MEMORY CE-30852-8 0x80290013 Invalid memory
SCE_VIDEO_OUT_ERROR_MEMORY_NOT_PHYSICALLY_CONTIGUOUS CE-30853-9 0x80290014 The buffer memory is not physically contiguous
SCE_VIDEO_OUT_ERROR_MEMORY_INVALID_ALIGNMENT CE-30854-0 0x80290015 Invalid memory alignment for the buffer
SCE_VIDEO_OUT_ERROR_UNSUPPORTED_OUTPUT_MODE CE-30855-1 0x80290016 Unsupported output mode
SCE_VIDEO_OUT_ERROR_UNKNOWN CE-30856-2 0x802900FE Unknown error
SCE_VIDEO_OUT_ERROR_FATAL CE-30857-3 0x802900FF Internal error
SCE_VIDEO_OUT_ERROR_ENOMEM CE-30858-4 0x8029100C Cannot allocate memory
SCE_AV_CONTROL_ERROR_INVALID_PARAM CE-30859-5 0x802A0001 Error Invalid Param
SCE_AV_CONTROL_ERROR_INVALID_PITCH CE-30860-7 0x802A0002 Error Invalid Pitch
SCE_AV_CONTROL_ERROR_INVALID_MODE CE-30861-8 0x802A0003 Error Invalid Mode
SCE_AV_CONTROL_ERROR_PLL_FAIL CE-30862-9 0x802A0004 Error Pll Fail
SCE_AV_CONTROL_ERROR_DP_LINK_TRAINING_FAIL CE-30863-0 0x802A0005 Error Dp Link Training Fail
SCE_AV_CONTROL_ERROR_BLANK_TIMEOUT CE-30864-1 0x802A0006 Error Blink Timeout
SCE_AV_CONTROL_ERROR_INIT_FAIL CE-30865-2 0x802A0007 Error Init Fail
SCE_CAMERA_ERROR_PARAM CE-30866-3 0x802E0000 Parameter is invalid
SCE_CAMERA_ERROR_ALREADY_INIT CE-30867-4 0x802E0001 Already initialized
SCE_CAMERA_ERROR_NOT_INIT CE-30868-5 0x802E0002 Not initialized
SCE_CAMERA_ERROR_ALREADY_OPEN CE-30869-6 0x802E0003 Camera is already open.
SCE_CAMERA_ERROR_NOT_OPEN CE-30870-8 0x802E0004 Camera is not open.
SCE_CAMERA_ERROR_ALREADY_START CE-30871-9 0x802E0005 Streaming has started.
SCE_CAMERA_ERROR_NOT_START CE-30872-0 0x802E0006 Streaming has not yet started.
SCE_CAMERA_ERROR_FORMAT_UNKNOWN CE-30873-1 0x802E0007 Cannot start with specified format.
SCE_CAMERA_ERROR_RESOLUTION_UNKNOWN CE-30874-2 0x802E0008 Cannot start with specified resolution.
SCE_CAMERA_ERROR_BAD_FRAMERATE CE-30875-3 0x802E0009 Cannot open with specified frame rate.
SCE_CAMERA_ERROR_TIMEOUT CE-30876-4 0x802E000A Function timed out
SCE_CAMERA_ERROR_ATTRIBUTE_UNKNOWN CE-30877-5 0x802E000B Unknown attribute
SCE_CAMERA_ERROR_BUSY CE-30878-6 0x802E000C The camera is busy.
SCE_CAMERA_ERROR_UNKNOWN_CONFIG CE-30879-7 0x802E000D Unknown Configuration
SCE_CAMERA_ERROR_ALREADY_READ CE-30880-9 0x802E000F The frame has already been read.
SCE_CAMERA_ERROR_NOT_CONNECTED CE-30881-0 0x802E0010 The Camera is not connected.
SCE_CAMERA_ERROR_NOT_SUPPORTED CE-30882-1 0x802E0011 The Function is not supported.
SCE_CAMERA_ERROR_INVALID_CONFIG CE-30883-2 0x802E0013 Attribute cannot specify under this Configuration.
SCE_CAMERA_ERROR_MAX_HANDLE CE-30884-3 0x802E0014 Number of processes reached maximum.
SCE_CAMERA_ERROR_MAX_PROCESS CE-30885-4 0x802E00FB Number of processes reached maximum.
SCE_CAMERA_ERROR_COPYOUT_FAILED CE-30886-5 0x802E00FC Copy out failed.
SCE_CAMERA_ERROR_COPYIN_FAILED CE-30887-6 0x802E00FD Copying failed.
SCE_CAMERA_ERROR_KPROC_CREATE CE-30888-7 0x802E00FE Process create failed.
SCE_CAMERA_ERROR_FATAL CE-30889-8 0x802E00FF Fatal error occurred.
SCE_BT_ERROR_REG_NOT_READY CE-30890-0 0x802F0101 Error Reg Not Ready
SCE_BT_ERROR_REG_DELETE_NO_ENTRY CE-30891-1 0x802F0102 Error Reg Delete No Entry
SCE_BT_ERROR_REG_UPDATE_CANNOT_SAVE CE-30892-2 0x802F0103 Error Reg Update Cannot Save
SCE_BT_ERROR_REG_SET_HID_DESC_BAD_ARG CE-30893-3 0x802F0105 Error Reg Set Hid Desc Bad Arg
SCE_BT_ERROR_REG_SET_HID_DESC_NO_REG CE-30894-4 0x802F0106 Error Reg Set Hid Desc No Arg
SCE_BT_ERROR_CONNECT_START_BUSY CE-30905-7 0x802F0204 Connection process with Bluetooth device cannot be started (another device being registered) // Step 1: Reboot the console. Step 2: If the system software is not up to date, update it to the latest version. Step 3: If there are any other Bluetooth devices near the console, turn them off and try again.
SCE_BT_ERROR_CONF_BT_INACTIVE CE-30993-4 0x802F1503 Error occurred during Bluetooth connection // Step 1: Check if the device can be used with PS4 consoles. Step 2: Try connecting another compatible Bluetooth device. Step 3: Reboot the console. Step 4: If possible, try resetting the device.
SCE_HID_ERROR_ALREADY_LOGGED_OUT CE-31138-6 0x803B0101 This user already logged out
SCE_FONT_ERROR_FATAL CE-31493-0 0x80460001 Fatal error
SCE_FONT_ERROR_ALLOCATION_FAILED CE-31494-1 0x80460010 Invalid argument value detected
SCE_FONT_ERROR_INVALID_MEMORY CE-31495-2 0x80460003 Invalid FontMemory detected
SCE_FONT_ERROR_INVALID_LIBRARY CE-31496-3 0x80460004 Invalid FontLibrary detected
SCE_FONT_ERROR_INVALID_FONT_HANDLE CE-31497-4 0x80460005 Invalid FontHandle detected
SCE_FONT_ERROR_INVALID_GLYPH CE-31498-5 0x80460006 Invalid FontGlyph detected
SCE_FONT_ERROR_INVALID_RENDERER CE-31499-6 0x80460007 Invalid FontRenderer detected
SCE_FONT_ERROR_ALLOCATION_FAILED CE-31500-9 0x80460010 Memory allocation failed
SCE_FONT_ERROR_FS_OPEN_FAILED CE-31501-0 0x80460011 File open failed
SCE_FONT_ERROR_NO_SUPPORT_LIBRARY CE-31502-1 0x80460018 Unsupported library
SCE_FONT_ERROR_NO_SUPPORT_FORMAT CE-31503-2 0x80460019 Unsupported format
SCE_FONT_ERROR_NO_SUPPORT_FUNCTION CE-31504-3 0x80460020 Unsupported function
SCE_FONT_ERROR_ALREADY_SPECIFIED CE-31505-4 0x80460021 Already specified
SCE_FONT_ERROR_ALREADY_ATTACHED CE-31506-5 0x80460022 Already attached
SCE_FONT_ERROR_ALREADY_OPENED CE-31507-6 0x80460023 Already opened font detected
SCE_FONT_ERROR_NOT_ATTACHED_CACHE_BUFFER CE-31508-7 0x80460025 No cache buffer
SCE_FONT_ERROR_NO_SUPPORT_FONTSET CE-31509-8 0x80460031 Unsupported font set
SCE_FONT_ERROR_FONT_OPEN_MAX CE-31510-0 0x80460033 Exceeding maximum number of font opens
SCE_FONT_ERROR_FONT_OPEN_FAILED CE-31511-1 0x80460036 Failed in font opening process
SCE_FONT_ERROR_FONT_CLOSE_FAILED CE-31512-2 0x80460037 Failed in font closing process
SCE_FONT_ERROR_NO_SUPPORT_CODE CE-31513-3 0x80460041 Unsupported code
SCE_FONT_ERROR_NO_SUPPORT_GLYPH CE-31514-4 0x80460042 Glyph could not be found
SCE_FONT_ERROR_NO_SUPPORT_SURFACE CE-31515-5 0x80460050 Unsupported surface
SCE_FONT_ERROR_UNSET_PARAMETER CE-31516-6 0x80460058 Unset parameter
SCE_FONT_ERROR_ALREADY_BOUND_RENDERER CE-31517-7 0x80460060 Renderer is already bound
SCE_FONT_ERROR_NOT_BOUND_RENDERER CE-31518-8 0x80460061 Renderer is not bound
SCE_FONT_ERROR_RENDERER_ALLOCATION_FAILED CE-31519-9 0x80460063 Renderer could not allocate memory
SCE_FONT_ERROR_RENDERER_RENDER_FAILED CE-31520-1 0x80460065 Render failed to render
SCE_MD5_ERROR_INVALID_POINTER CE-31521-2 0x80480100 invalid pointer argument
SCE_MD5_ERROR_INVALID_STATE CE-31522-3 0x80480101 invalid state
SCE_MD5_ERROR_UNINITIALIZED_CONTEXT CE-31523-4 0x80480102 uninitialized context
SCE_SHA0_ERROR_INVALID_POINTER CE-31524-5 0x80480200 invalid pointer argument
SCE_SHA0_ERROR_INVALID_STATE CE-31525-6 0x80480201 invalid state
SCE_SHA0_ERROR_UNINITIALIZED_CONTEXT CE-31526-7 0x80480202 uninitialized context
SCE_SHA1_ERROR_INVALID_POINTER CE-31527-8 0x80480300 invalid pointer argument
SCE_SHA1_ERROR_INVALID_STATE CE-31528-9 0x80480301 invalid state
SCE_SHA1_ERROR_UNINITIALIZED_CONTEXT CE-31529-0 0x80480302 uninitialized context
SCE_SHA224_ERROR_INVALID_POINTER CE-31530-2 0x80480400 invalid pointer argument
SCE_SHA224_ERROR_INVALID_STATE CE-31531-3 0x80480401 invalid state
SCE_SHA224_ERROR_UNINITIALIZED_CONTEXT CE-31532-4 0x80480402 uninitialized context
SCE_SHA256_ERROR_INVALID_POINTER CE-31533-5 0x80480500 invalid pointer argument
SCE_SHA256_ERROR_INVALID_STATE CE-31534-6 0x80480501 invalid state
SCE_SHA256_ERROR_UNINITIALIZED_CONTEXT CE-31535-7 0x80480502 uninitialized context
SCE_SHA384_ERROR_INVALID_POINTER CE-31536-8 0x80480600 invalid pointer argument
SCE_SHA384_ERROR_INVALID_STATE CE-31537-9 0x80480601 invalid state
SCE_SHA384_ERROR_UNINITIALIZED_CONTEXT CE-31538-0 0x80480602 uninitialized context
SCE_SHA512_ERROR_INVALID_POINTER CE-31539-1 0x80480700 invalid pointer argument
SCE_SHA512_ERROR_INVALID_STATE CE-31540-3 0x80480701 invalid state
SCE_SHA512_ERROR_UNINITIALIZED_CONTEXT CE-31541-4 0x80480702 uninitialized context
SCE_SHA512T_ERROR_INVALID_POINTER CE-31542-5 0x80480800 invalid pointer argument
SCE_SHA512T_ERROR_INVALID_STATE CE-31543-6 0x80480801 invalid state
SCE_SHA512T_ERROR_INVALID_DIGEST_SIZE CE-31544-7 0x80480802 invalid digest size
SCE_SHA512T_ERROR_UNINITIALIZED_CONTEXT CE-31545-8 0x80480803 uninitialized context
SCE_HMAC_ERROR_INVALID_POINTER CE-31546-9 0x80481000 invalid pointer argument
SCE_HMAC_ERROR_INVALID_DIGEST_SIZE CE-31547-0 0x80481002 invalid digest size
SCE_MT19937_ERROR_INVALID_POINTER CE-31548-1 0x80490100 invalid pointer argument
SCE_SFMT607_ERROR_INVALID_POINTER CE-31549-2 0x80490200 invalid pointer argument
SCE_SFMT607_ERROR_INVALID_STATE CE-31550-4 0x80490201 invalid state
SCE_SFMT607_ERROR_INVALID_SIZE CE-31551-5 0x80490202 invalid size
SCE_SFMT1279_ERROR_INVALID_POINTER CE-31552-6 0x80490300 invalid pointer argument
SCE_SFMT1279_ERROR_INVALID_STATE CE-31553-7 0x80490301 invalid state
SCE_SFMT1279_ERROR_INVALID_SIZE CE-31554-8 0x80490302 invalid size
SCE_SFMT2281_ERROR_INVALID_POINTER CE-31555-9 0x80490400 invalid pointer argument
SCE_SFMT2281_ERROR_INVALID_STATE CE-31556-0 0x80490401 invalid state
SCE_SFMT2281_ERROR_INVALID_SIZE CE-31557-1 0x80490402 invalid size
SCE_SFMT4253_ERROR_INVALID_POINTER CE-31558-2 0x80490500 invalid pointer argument
SCE_SFMT4253_ERROR_INVALID_STATE CE-31559-3 0x80490501 invalid state
SCE_SFMT4253_ERROR_INVALID_SIZE CE-31560-5 0x80490502 invalid size
SCE_SFMT11213_ERROR_INVALID_POINTER CE-31561-6 0x80490600 invalid pointer argument
SCE_SFMT11213_ERROR_INVALID_STATE CE-31562-7 0x80490601 invalid state
SCE_SFMT11213_ERROR_INVALID_SIZE CE-31563-8 0x80490602 invalid size
SCE_SFMT19937_ERROR_INVALID_POINTER CE-31564-9 0x80490700 invalid pointer argument
SCE_SFMT19937_ERROR_INVALID_STATE CE-31565-0 0x80490701 invalid state
SCE_SFMT19937_ERROR_INVALID_SIZE CE-31566-1 0x80490702 invalid size
SCE_SFMT44497_ERROR_INVALID_POINTER CE-31567-2 0x80490800 invalid pointer argument
SCE_SFMT44497_ERROR_INVALID_STATE CE-31568-3 0x80490801 invalid state
SCE_SFMT44497_ERROR_INVALID_SIZE CE-31569-4 0x80490802 invalid size
SCE_SFMT86243_ERROR_INVALID_POINTER CE-31570-6 0x80490900 invalid pointer argument
SCE_SFMT86243_ERROR_INVALID_STATE CE-31571-7 0x80490901 invalid state
SCE_SFMT86243_ERROR_INVALID_SIZE CE-31572-8 0x80490902 invalid size
SCE_SFMT132049_ERROR_INVALID_POINTER CE-31573-9 0x80490A00 invalid pointer argument
SCE_SFMT132049_ERROR_INVALID_STATE CE-31574-0 0x80490A01 invalid state
SCE_SFMT132049_ERROR_INVALID_SIZE CE-31575-1 0x80490A02 invalid size
SCE_SFMT216091_ERROR_INVALID_POINTER CE-31576-2 0x80490B00 invalid pointer argument
SCE_SFMT216091_ERROR_INVALID_STATE CE-31577-3 0x80490B01 invalid state
SCE_SFMT216091_ERROR_INVALID_SIZE CE-31578-4 0x80490B02 invalid size
SCE_NGS2_ERROR_FAIL CE-31579-5 0x804A0001 fatal error
SCE_NGS2_ERROR_INVALID_MAX_GRAIN_SAMPLES CE-31580-7 0x804A0050 specified max grain samples is invalid
CE-31581-8 specified grain samples is invalid
CE-31582-9 the specified number of channel is invalid
CE-31583-0 specified out address is invalid
CE-31584-1 specified out size is invalid
CE-31585-2 specified option address is invalid
CE-31586-3 specified option size is invalid
CE-31587-4 specified system option flag is invalid
CE-31588-5 specified max matrices is invalid
CE-31589-6 specified max ports is invalid
CE-31590-8 specified max input delay blocks is invalid
CE-31591-9 specified max voices is invalid
CE-31592-0 specified max channels is invalid
CE-31593-1 specified max channels is invalid
CE-31594-2 specified max waveform blocks is invalid
CE-31595-3 specified max envelope points is invalid
CE-31596-4 specified max filters is invalid
CE-31597-5 specified max codec caches is invalid
CE-31598-6 specified max atrac9 decoders is invalid
CE-31599-7 specified max atrac9 channel works is invalid
CE-31600-0 specified max inputs is invalid
CE-31601-1 the specified number of matrix level is invalid
CE-31602-2 the specified number of waveform block is invalid
CE-31603-3 the specified number of envelope points is invalid
CE-31604-4 the specified matrix level address is invalid
CE-31605-5 the specified waveform block address is invalid
CE-31606-6 the specified envelope point address is invalid
CE-31607-7 the specified number of peak meter block is invalid
CE-31608-8 specified handle is invalid
CE-31609-9 specified sample rate is invalid
CE-31610-1 specified report type is invalid
CE-31611-2 specified report handler is invalid
CE-31612-3 specified report handle is invalid
CE-31613-4 report handle can not be registered
CE-31614-5 specified buffer info is invalid
CE-31615-6 specified buffer address is invalid
CE-31616-7 specified buffer alignment is invalid
CE-31617-8 specified buffer size is invalid
CE-31618-9 specified buffer allocator is invalid
CE-31619-0 system buffer is broken
CE-31620-2 buffer is lack
CE-31621-3 specified system handle is invalid
CE-31622-4 specified Rack ID is invalid
CE-31623-5 specified Rack handle is invalid
CE-31624-6 specified voice handle is invalid
CE-31625-7 specified voice is uninitialized
CE-31626-8 specified voice index is invalid
CE-31627-9 specified voice event is invalid
CE-31628-0 specified port index is invalid
CE-31629-1 specified patch parameter is invalid
CE-31630-3 channel work is lack
CE-31631-4 voice resource is lack
CE-31632-5 specified voice control ID is invalid
CE-31633-6 specified voice control address is invalid
CE-31634-7 specified voice control size is invalid
CE-31635-8 detected circular voice control
CE-31636-9 voice resource is lack
CE-31637-0 the specified data format of wave form is invalid
CE-31638-1 the specified type of wave form is invalid
CE-31639-2 the specified config data of wave form is invalid
CE-31640-4 the specified sample rate of wave form is invalid
CE-31641-5 the specified frame offset or frame mergin is invalid
CE-31642-6 the specified address of wave form is invalid
CE-31643-7 the specified size of wave form is invalid
CE-31644-8 the specified wave form data is invalid
CE-31645-9 the specified curve of envelope is invalid
CE-31646-0 the specified flag of peak meter is invalid
CE-31647-1 the specified max chorus phases is invalid
CE-31648-2 the specified number of chorus phases is invalid
CE-31649-3 the specified curve of envelope is invalid
CE-31650-5 the specified type of filter is invalid
CE-31651-6 the specified location of filter is invalid
CE-31652-7 the specified cutoff frequency of filter is invalid
CE-31653-8 the specified parameter size of user fx is invalid
CE-31654-9 the specified index of matrix is invalid
CE-31655-0 the codec of specified wavefrom is invalid
CE-31656-1 the codec instance is not empty
CE-31657-2 the channel work of codec is not empty
CE-31658-3 failed to setup decoder
CE-31659-4 failed to reset decoder
CE-31660-6 failed to decode
CE-31661-7 the specified reverb size is invalid
CE-31662-8 the specified unit angle is invalid
CE-31663-9 the specified speaker angle is invalid
CE-31664-0 the specified pan matrix format is invalid
CE-31665-1 the specified pan work is invalid
CE-31666-2 the specified pan param is invalid
CE-31667-3 the specified module ID is invalid
CE-31668-4 the specified number of module is invalid
CE-31669-5 the specified number of module buffer is invalid
CE-31670-7 the specified module buffer ID is invalid
CE-31671-8 the specified module state offset is invalid
CE-31672-9 the specified module state size is invalid
CE-31673-0 the specified voice state size is invalid
CE-31674-1 the specified module index is invalid
CE-31675-2 the specified module info size is invalid
CE-31695-4 The system has already initialized
CE-31696-5 The system has not been initialized
CE-31697-6 An argument is invalid
CE-31698-7 The alignment of a parameter is invalid
CE-31699-8 The system ran out of memory
CE-31700-1 The feature is unsupported
CE-31701-2 A network error occurred
CE-31702-3 The network is not owned by this system
CE-31703-4 An agent has the incorrect definition
CE-31704-5 The server is not connected
CE-31705-6 A capture is already in progress
CE-31706-7 The server has run out of bookmarks to allocate
CE-31707-8 The server connection has timed out
CE-31708-9 The voice library has not been initialized.
CE-31709-0 The voice library has already been initialized.
CE-31710-2 Errors that belong to non-voice APIs.
CE-31711-3 Invalid port.
CE-31712-4 Invalid argument.
CE-31713-5 Invalid memory block.
CE-31714-6 Topology error.
CE-31715-7 Insufficient resources.
CE-31716-8 Library internal voice service is detached.
CE-31717-9 Library internal voice service is attached.
CE-31718-0 The VoiceQoS library has not been initialized.
CE-31719-1 An invalid argument was given to a VoiceQoS library
CE-31720-3 An invalid packet was given to a VoiceQoS library
CE-31721-4 An unrecoverable internal error occurred in the VoiceQoS library.
CE-31722-5 The VoiceQoS library has already been initialized.
CE-31723-6 A system error occurred in the VoiceQoS library.
CE-31724-7 A resource limit error occurred in the VoiceQoS library.
CE-32539-2 Failed to read the data // If the error occurs when backing up and restoring data, check that the USB drive is properly connected to the console and try again.

If the error occurs when reading the save data, copy the data to PS Plus online storage or to a USB drive and then download it to the console. If the problem still persists, delete the relevant application and install it again. Try creating new save data.

CE-32566-2 The specified pointer is NULL.
CE-32567-3 There is an alignment error in the specified pointer.
CE-32568-4 The specified value is not within the accepted range.
CE-32569-5 The specified parameter is invalid.
CE-32570-7 The caller is attempting to perform an unauthorized operation.
CE-32571-8 The fiber state does not allow that operation.
CE-32572-9 Tried to load an unknown PRX
CE-32573-0 Tried to unload a PRX that is already unloaded or the module is not loaded
CE-32574-1 Function call failed
CE-32575-2 Specified argument value is invalid
CE-32576-3 Specified profile is invalid
CE-32577-4 Specified source buffer is invalid
CE-32578-5 Specified source buffer is insufficient
CE-32579-6 Source encoding determined to be invalid
CE-32580-8 Illegal character code detected in source character code
CE-32581-9 Code points in output destination encoding scheme are not defined
CE-32582-0 Character outside the representable code range of the output destination encoding scheme is detected
CE-32583-1 Output destination buffer is invalid
CE-32584-2 Output destination buffer is insufficient
CE-32585-3 Specified memory address is invalid
CE-32586-4 Specified memory size is invalid
CE-32587-5 Specified parameter is invalid
CE-32588-6 Specified handle is invalid
CE-32589-7 Specified coefficient memory is invalid
CE-32590-9 Work memory in the decoder is invalid
CE-32591-0 Invalid JPEG image (non-standard)
CE-32592-1 JPEG image is not supported by the decoder
CE-32593-2 Decoding error
CE-32594-3 Internal error
CE-32595-4 Specified memory address is invalid
CE-32596-5 Specified memory size is invalid
CE-32597-6 Specified parameter is invalid
CE-32598-7 Specified handle is invalid
CE-32599-8 Encoding was aborted due to an overflow upon outputting the JPEG image
CE-32600-1 Internal error
CE-32601-2 Specified memory address is invalid
CE-32602-3 Specified memory size is invalid
CE-32603-4 Specified parameter is invalid
CE-32604-5 Specified handle is invalid
CE-32605-6 Work memory in the decoder is invalid
CE-32606-7 Invalid PNG image (non-standard)
CE-32607-8 PNG image is not supported by the decoder
CE-32608-9 Decoding error
CE-32609-0 Internal error
CE-32610-2 Specified memory address is invalid
CE-32611-3 Specified memory size is invalid
CE-32612-4 Specified parameter is invalid
CE-32613-5 Specified handle is invalid
CE-32614-6 Encoding was aborted due to an overflow upon outputting the PNG image
CE-32615-7 Internal error
CE-32616-8 invalid parameter specified
CE-32617-9 the requested operation has failed
CE-32618-0 memory allocation has failed
CE-32619-1 requested operation is not supported
CE-32620-3 event notification that the file is non-interleaved
CE-32621-4 event notification that the stream is looping back
CE-32622-5 event notification of stream encrypted using Marlin
CE-32623-6 event notification of stream encrypted using PlayReady
CE-32624-7 event notification of stream encrypted using AES
CE-32625-8 event notification of stream encrypted using other encryption technology
CE-32665-2 internal error
CE-32666-3 Specified codec type is invalid
CE-32667-4 Specified argument is invalid
CE-32668-5 size of structure is invalid
CE-32669-6 size of AudiodecParam* structure is invalid
CE-32670-8 size of Audiodec*Info structure is invalid
CE-32671-9 size of AudiodecAuInfo structure is invalid
CE-32672-0 size of AudiodecPcmItem structure is invalid
CE-32673-1 Specified invalid pointer of AudiodecCtrl
CE-32674-2 Specified invalid pointer of pParam
CE-32675-3 Specified invalid pointer of pBsiInfo
CE-32676-4 Specified invalid pointer of pAuInfo
CE-32677-5 Specified invalid pointer of pPcmItem
CE-32678-6 Specified invalid pAuAddr
CE-32679-7 Specified invalid pPcmAddr
CE-32680-9 Specified invalid handle
CE-32681-0 Specified invalid word length
CE-32682-1 Specified invalid uiAuSize
CE-32683-2 Specified invalid uiPcmSize
CE-32684-3 Specified invalid raw data output sampling frequency of MPEG4-AAC
CE-32685-4 Specified invalid HE-AAC decoding flag of MPEG4-AAC
CE-32686-5 Specified invalid header type of MPEG4-AAC
CE-32687-6 Specified invalid maximum number of channels of MPEG4-AAC
CE-32688-7 Specified invalid karaoke capable reproduction mode of Dolby Digital
CE-32689-8 Specified invalid dynamic range compression mode of Dolby Digital
CE-32690-0 Specified invalid LFE channel output mode of Dolby Digital
CE-32691-1 Specified invalid output channel configuration of Dolby Digital
CE-32692-2 Specified invalid number of output channels of Dolby Digital
CE-32693-3 Specified invalid output PCM samples scale factor of Dolby Digital
CE-32694-4 Specified invalid stereo mode of Dolby Digital
CE-32695-5 Specified invalid dual mono reproduction mode of Dolby Digital
CE-32696-6 Specified invalid high frequency dynamic cut scale factor of Dolby Digital
CE-32697-7 Specified invalid low frequency dynamic boost scale factor of Dolby Digital
CE-32698-8 Specified invalid output channel routing of Dolby Digital
CE-32699-9 Specified invalid downmix flag of MPEG2-BC
CE-32700-2 Specified invalid ConfigData of ATRAC9
CE-32701-3 Specified invalid presentationMode of Dolby TrueHD
CE-32702-4 Specified invalid lossless of Dolby TrueHD
CE-32703-5 Specified invalid drcEnable of Dolby TrueHD
CE-32704-6 Specified invalid drcCut of Dolby TrueHD
CE-32705-7 Specified invalid drcBoost of Dolby TrueHD
CE-32706-8 Specified invalid nFrameDecode of Dolby TrueHD
CE-32707-9 The specified pointer is NULL.
CE-32708-0 The alignment restrictions are not met.
CE-32709-1 The specified value is out of range.
CE-32710-3 The specified argument value is invalid.
CE-32711-4 This is an unauthorized operation.
CE-32712-5 The current state does not allow application of this operation.
CE-32713-6 The resource cannot be used.
CE-32714-7 Execution of this operation is temporarily not possible.
CE-32715-8 A fatal error occurred.
CE-32716-9 This library is not initialized.
CE-32717-0 Not implemented
CE-32718-1 Out of memory in opStorage
CE-32719-2 Out of memory in fhStorage
CE-32720-4 Out of memory in dhStorage
CE-32721-5 Out of memory in chunkStorage
CE-32722-6 File not found
CE-32723-7 An invalid pointer was given as an argument
CE-32724-8 An invalid offset was given as an argument
CE-32725-9 An invalid size was given as an argument
CE-32726-0 An invalid iovcnt was given as an argument
CE-32727-1 An invalid FiosOp was given as an argument
CE-32728-2 An invalid FiosFH was given as an argument
CE-32729-3 An invalid FiosDH was given as an argument
CE-32730-5 Invalid alignment on a pointer argument
CE-32731-6 Attempted a file operation but target was a directory
CE-32732-7 Attempted a directory operation but target was a file
CE-32733-8 End-of-file reached
CE-32734-9 Timeout occurred
CE-32735-0 Operation was cancelled
CE-32736-1 Insufficient access privileges
CE-32737-2 Decompression failed
CE-32738-3 Attempted to write to read-only filehandle or media
CE-32739-4 Attempted to read from write-only filehandle
CE-32740-6 Media has been removed unplugged or otherwise detached
CE-32741-7 Path does not fit in buffer
CE-32742-8 Too many overlays
CE-32743-9 An invalid overlay was given as an argument
CE-32744-0 An invalid order was given as an argument
CE-32745-1 An invalid index was given. Either out of range or already in use
CE-32746-2 Callback did not handle the event
CE-32747-3 A FiosDHRead is already pending on this FiosDH
CE-32748-4 Badly-formed or unsupported PSARC archive
CE-32749-5 An invalid Resolve Type was given when resolving overlays
CE-32750-7 Invalid flags were given as an argument
CE-32751-8 An unknown platform-specific error occurred
CE-32752-9 The file or directory already exists
CE-32753-0 Invalid Character
CE-32754-1 No Memory
CE-32755-2 File Not Found
CE-32756-3 Set Value No Root
CE-32757-4 Not Initialize
CE-32758-5 Multiple Init
CE-32759-6 Generic error
CE-32760-8 Failed to assign memory
CE-32761-9 Not initialized yet
CE-32762-0 Invalid argument
CE-32763-1 Not Supported
CE-32764-2 Initialize Failed
CE-32765-3 Invalid Binary Data
CE-32766-4 Busy Parser
CE-32767-5 Unexpected EOF
CE-32768-6 Syntax Eroor XML
CE-32769-7 Mismatch End Tag
CE-32770-9 Invalid Charactor
CE-32771-0 Invalid DEC Value
CE-32772-1 Invalid HEX Value
CE-32773-2 Closing Angle Bracket Char Not Found
CE-32774-3 Equality Char Not Found
CE-32775-4 Semicolon Char Not Found
CE-32776-5 Quote Char Not Found
CE-32777-6 Comment Not Found
CE-32778-7 End Of CDATA Not Found
CE-32779-8 End Of DTD Not Found
CE-32780-0 Unknown Encoding
CE-32781-1 Not Set Handler
CE-32782-2 Invalid PI
CE-32783-3 Invalid Document Element
CE-32784-4 Document Element Not Found
CE-32785-5 Duplicate Attr Name
CE-32786-6 DOM Error
CE-32787-7 DOM Node Not Found
CE-32788-8 DOM Read Only
CE-32789-9 DOM Max Unique Element
CE-32790-1 DOM Max Unique Attribute
CE-32791-2 DOM Max Num of Attribute
CE-32792-3 DOM Max Size of Element Name
CE-32793-4 DOM Max Size of Attribute Name
CE-32794-5 DOM Max Size of Attribute Value
CE-32795-6 DOM Invalid Entity
CE-32796-7 DOM Invalid Node Type
CE-32807-0 License error // Step 1: If you have previously activated the system as your Primary PS4, go to [Settings] > [PSN] > [Activate as Your Primary PS4], deactivate, and then reactivate. Step 2: Go to [Settings] > [PSN] > [Restore Licenses],and choose the restore option. Step 3: If the error occurs again, try again later. You can also check the status of the PSN here.
CE-32809-2 Error occurred while launching the game (content not recognized and failed to launch) // Step 1: Launch the game on the account that was used to purchase it. Step 2: Activate console at [Settings] > [Account Management] > [Activate as Your Primary PS4]. If the console is already activated, de-activate it and activate it again. Step 3: If the error occurs on one specific game, delete it and reinstall it again.
CE-32811-5 Could not the application. Application data on HDD may be partially corrupted.
CE-32812-6 Not enough memory to run
CE-32813-7 Parameter is invalid
CE-32814-8 Dictionary data is invalid
CE-32815-9 Parts are incomplete
CE-32816-0 Face angle is out of range
CE-32817-1 Face shape is imperfect
CE-32818-2 Error code indicating that Smart is not initialized yet.
CE-32819-3 Error code indicating that Smart failed to allocate memory.
CE-32820-5 Error code indicating that Smart is already initialized.
CE-32821-6 Error code indicating that Smart is not stoped yet.
CE-32822-7 Error code indicating that some of the resources are not yet
CE-32823-8 Error code indicating that the given value is invalid.
CE-32824-9 Error code indicating that the given pointer is invalid.
CE-32825-0 Error code indicating that the input is already registered.
CE-32826-1 Error code indicating that the input is not yet registered.
CE-32827-2 Error code indicating that Smart is already started.
CE-32828-3 Error code indicating that Smart is not started yet.
CE-32829-4 Error code indicating that Smart is not ready for the request.
CE-32830-6 Error code indicating that the given value/file is not
CE-32831-7 Error code indicating that no target has been registered yet.
CE-32832-8 Error code indicating that Smart is locked by other threads.
CE-32833-9 Error code indicating that no target pack has been registered yet.
CE-32834-0 Error code indicating that maximum number of registered target pack has been exceeded.
CE-32835-1 Specified memory address is invalid
CE-32836-2 Specified memory size is invalid
CE-32837-3 invalid argument
CE-32838-4 invalid port
CE-32839-5 invalid handle
CE-32840-7 already opened the port.
CE-32841-8 library uninitialized.
CE-32842-9 invalid light bar setting.
CE-32843-0 device is not connected of the handle.
CE-32844-1 fatal error
CE-32845-2 Unknown error. This value should not be used.
CE-32846-3 The specified AJM context does not exist.
CE-32847-4 The specified AJM instance does not exist.
CE-32848-5 The specified AJM batch does not exist.
CE-32849-6 An invalid parameter was passed.
CE-32850-8 Not enough memory to perform the operation.
CE-32851-9 Not enough resources to perform the operation.
CE-32852-0 The specified codec is not supported.
CE-32853-1 The specified codec is already registered in the context
CE-32854-2 The specified codec is not registered in the context.
CE-32855-3 The revision passed in the flags is not supported.
CE-32856-4 One of the flags is not supported by the codec.
CE-32857-5 The entity (instance codec...) is currently in use.
CE-32858-6 The specified priority is invalid.
CE-32859-7 The specified batch has not completed yet.
CE-32860-9 The operation cannot be performed at the moment.
CE-32861-0 The specified batch contains error.
CE-32862-1 One or more jobs failed to be added to the batch.
CE-32863-2 The batch contains an invalid opcode.
CE-32864-3 The batch references an instance that is already being processed in a batch of a different priority.
CE-32865-4 The batch references a buffer that exceeds the allowed size.
CE-32866-5 The batch references a buffer that is not accessible within this process.
CE-32867-6
CE-32868-7
CE-32869-8 Could not start the application as the information was invalid. The database may be partially corrupted // Boot the console into Safe Mode and select [5. Rebuild Database]. Try launching the app again. If the error persists, reboot back into Safe Mode and select [3. Update System Software] or [4. Rebuild Database]. If the error is only occurring with a specific application, delete and reinstall it. If the error occurs with multiple or all applications, back up all saved data and initialize the console.
SCE_LNC_UTIL_ERROR_DEVKIT_EXPIRED = -2137784309 CE-32875-5 0x8094000B Cannot start the application // Occurs on a retail ps4 with a non married bd logic board. Apps restricted from loading however dvd playback is functional.
CE-32883-4 Internal error (internet connection issue) // Step 1: Turn off the console and then back on. Step 2: Perform an Internet connection test. Step 3: Turn off your router for at least 5 minutes, then turn it back on. Step 4: This may be a temporary issue, try again later.
CE-32884-5 Library not initialized
CE-32885-6 Library has already been initialized
CE-32886-7 Specified data is broken
CE-32887-8 Could not find specified element
CE-32888-9 The format of the specified parameter was not appropriate
CE-32889-0 Error occurred in game or application (game/application having an issue connecting to PSN) // Perform a connection test. If the test fails to sign into PSN then try again later as the server may be experiencing high volume.
CE-32890-2 Specified parameter was not appropriate
CE-32891-3 The size is out of predefined range
CE-32892-4 Unknown error
CE-32893-5 Invalid certificate is specified
SCE_SSL_ERROR_CN_CHECK CE-32894-6 0x8095F00B Connection to server has been lost. There might have been a problem in connecting to the network, or PSN or the server of the service provider might be temporarily busy // Step 1: Perform a connection test. Step 2: Try the following: Other devices on the network might be using a large amount of bandwidth. Wait until they finish. Make sure the router and modem supports the PS4. Contact your ISP for details. Reset internet connection by turning off modem/router for 5 minutes before turning it back on. Update router firmware. If using a Wi-Fi connection, move the PS4 and router closer together and remove any obstructions between them. Step 3: Make sure these port numbers are not blocked by the router: TCP: 80, 443, 3478, 3479, 3480; UDP: 3478, 3479. Step 4: If using a specific DNS server, change DNS settings. Step 5: If still experiencing difficulties, try again later as the server may be experiencing high traffic.
CE-32895-7 Does not have certificate of RootCA that issued server certificate // An error has occurred.
CE-32896-8 Certificate validity period expired
CE-32897-9 Before certificate validity period
CE-32898-0 Socket is in blocking state
CE-32899-1 Received a fatal alert message from server / Cannot connect to server // Step 1: Reboot the PS4. Step 2: Restart router. Step 3: Contact ISP to check Internet connection status. Step 4: Reset router and select [Settings] > [Network] > [Set Up Internet Connection] and reconnect to the router. For details, refer to instructions supplied with the router. Step 5: Update router firmware to the latest version. Step 6: Check connection status of the PS4 in a connection test. Step 7: Make sure these port numbers are not blocked by the router: TCP: 80, 443, 3478, 3479, 3480; UDP: 3478, 3479. Step 8: If unable to connect to a service outside PSN, check the status of that service. Step 9: PSN may be temporarily busy, try again later. Check PSN status here.
CE-32900-4 Called API with prohibited options
CE-32901-5 Internal error
CE-32902-6 Not initialized
CE-32903-7 Already initialized
CE-32904-8 Cannot allocate memory
CE-32905-9 Invalid argument
CE-32906-0 Operation not supported
CE-32907-1 No events are available
CE-32908-2 Not logged in
CE-32909-3 Insufficient buffer space to store information
CE-32920-6 Download cancelled because content does not need to be downloaded // Step 1: Select [OK] on the error message. Then go to [Settings] > [PSN] > [Restore License] and try restoring the licenses. Step 2: Next, go to the home screen to select the game icon. Check that the purchased item is available in the game. If you have purchased a subscription item (i.e. season pass), go to [Settings] > [PSN] > [Account Information] > [Services List] to see if the item has been activated. Step 3: If you cannot find the item, restart the PS4 system and try Step 2 again.
CE-32921-7 System cannot read the disc // Step 1: Eject the disc and make sure it is not dirty, scratched, or damaged. Step 2: Make sure the format of the disc is supported by the PS4. If the error persists, turn off the console, reboot in Safe Mode, and choose [Rebuild Database].
CE-32922-8
CE-32923-9
CE-32924-0
CE-32925-1
CE-32926-2
CE-32927-3
CE-32928-4 Download has been cancelled (issue during download) // Step 1: Check [Notifications] for the content you are trying to download. If the download is stuck, delete the content from [OPTIONS], and retry downloading the content from the Library. Step 2: If the download fails again, go to Safe Mode and perform "Rebuild Database". Step 3: If problems persist, initialize the PS4 using Safe Mode (back up your data before performing this).
CE-32930-7 Downloaded data on HDD may be corrupted // Delete the content and download it again.
CE-32937-4 Failed to download data // Step 1: Check the distribution period for the content you are trying to download. Step 2: Cancel the download. Step 3: If the error persists, the network connection may be temporary busy or unstable. Try again later.
CE-32939-6 Connection to server failed // Step 1: Restart the PS4. Step 2: PSN or the game's server may be temporarily unavailable. Check the status of the game's server at its website. Check the status of PSN here. Step 3: If the servers are active, run the internet connection test and make sure that you can connect to the internet. Step 4: Update router to the latest firmware. Turn off other devices that are connected to the network to reduce stress. Step 5: Make sure these port numbers are not blocked by the router: TCP: 80, 443, 3478, 3479, 3480; UDP: 3478, 34. If none of this resolve the problem then try again later as the server may be experiencing high volume.
CE-32942-0 The extension of the URL specified with "Download a Package" > "Package URL" or the extension of content_url specified with content_list.json may not be .pkg/.PKG.

Check that the URL extension of the content is .pkg/.PKG

CE-32943-1
CE-32944-2
CE-32945-3 The Content ID specified with "Download a Package" >"Content ID" or the id specified with content_list.json may not be matching the Content ID of the package file.

Check the specification of "Download a Package" > "Content ID" and the Content ID of PARAM.SFO.

CE-32946-4
CE-32947-5 Could not download the file // Step 1: Try the Internet connection test at [Settings] > [Network] > [Test Internet Connection]. Check that the internet status is valid. Step 2: Delete the content (if it is shown in content area), and try redownloading the content from Library. Step 3: If the error occurs again, please visit our Contact page to contact SCEA for additional technical support.
CE-32951-0 Network connection problem occurred // Step 1: Check that PSN services are available. Step 2: If PSN is available, perform a connection test. Step 3: Make sure router firmware/software is up to date.
CE-32957-6 The Content ID specified with "Download a Package" >"Content ID", the id specified with content_list.json, or the Content ID of the package file is of an invalid format.

Check the specified Content ID and the Content ID of PARAM.SFO.

CE-32958-7 Data may be corrupted // Backup save data, delete the application and try re-installing it again.
CE-33069-1 Canceled
CE-33070-3 Not Accept
CE-33071-4 Busy
CE-33072-5 No Initialize
CE-33073-6 Multiple Initialize
CE-33074-7 No Memory
CE-33075-8 File Not Found
CE-33076-9 Not Supported Format
CE-33077-0 Large Title
CE-33078-1 Large Comment
CE-33079-2 Invalid Parameter
CE-33080-4 Disk Full
CE-33081-5 Execution Max
CE-33096-1 Issue uploading data // Step 1: Check if the data has been already uploaded. Step 2: Turn off the router for 5 minutes, then back on. Step 3: Try again later.
CE-33103-0 Cannot be shared to social networking services (initial setup of YouTube account not complete or YouTube account needs to be upgraded) // Step 1: Go to [Settings] > [Account Management] > [Link with Other Services] > [YouTube] and sign out, then sign in again. Step 2: Sign in to the official YouTube page from a browser on your computer or PS4 console, and make sure your account is upgraded.
CE-33105-2 Set the wrong parameter
CE-33106-3 Not initialized save data library yet
CE-33107-4 Out of memory
CE-33108-5 Savedata directory has already been mounted / Error occurred while reading data (data failed to load) // Step 1: From the home screen, highlight the application, press the OPTIONS button and close the application. Step 2: Restart the application. Step 3: Reboot the console. Step 4: If the situation does not improve, back up your saved data from [Settings] > [Application Saved Data Management] and initialize the console from [Settings] > [Initialization] > [Initialize PS4].
CE-33109-6 Savedata directory is not mounted
CE-33110-8 Savedata permission denied
CE-33111-9 Savedata fingerprint mismatch
CE-33112-0 Savedata already exists
CE-33113-1 Savedata not found
CE-33114-2 Not enough space for writing savedata at mount point
CE-33115-3 Not enough space for mounting savedata at file system
CE-33116-4 Error occurred in the system // Reboot the console. Start the console and safe mode and select option 5 [Rebuild Database]. Back up save data and initialize the console.
CE-33117-5 Reached mount max
CE-33118-6 Not mounted for writing
CE-33119-7 File not found
CE-33120-9 Savedata broken
CE-33121-0 Inhibit during mount
CE-33122-1 Invalid login user
CE-33123-2
CE-33124-3
CE-33125-4 Unknown error
CE-33126-5 Invalid parameter / Cannot continue broadcasting. Texts or the settings associated with this channel may not be valid. (broadcast description too long) // Make sure the description of the YouTube Broadcast has less than 200 characters.
CE-33127-6 Not callable status
CE-33128-7 Game live streaming Not initialized
CE-33129-8 Encoder error
CE-33130-0 Out of memory
CE-33155-7 Unexpected internal error occurs
CE-33156-8 The system service is not available
CE-33157-9 Parameter is invalid
CE-33158-0 There's no event to receive
CE-33159-1 The function is rejected
CE-33160-3 Safe area information have not adjusted
CE-33177-1 Cannot start the application // Application data may be corrupted
CE-33179-3 Application is not found // Retry after the installation is completed. Installation of add-ons fails until the installation of application installation is complete.
CE-33191-7 Insert the correct disc into the PlayStation 4 system // Application requires that the disc be inserted into the console
CE-33199-5 You must update your system to version 1.06 or higher. Actual version: 1.01 If applications are running, choose [update later] and save your progress in the application.
CE-33210-9 Invalid argument
CE-33211-0 Resource temporarily unavailable
CE-33212-1 Not enough core
CE-33213-2 Resource reset
CE-33214-3 No space left on device
CE-33215-4 No data is available
CE-33216-5 File table overflow
CE-33217-6 Device busy
CE-33218-7 Process Interrupted
CE-33219-8 Insufficient memory
CE-33220-0 Fatal error
CE-33221-1 Specified parameter is not appropriate
CE-33222-2 File open error
CE-33223-3 File write error
CE-33224-4 Function not called in a proper state
CE-33225-5 Recording is interrupted
CE-33226-6 internal error
CE-33227-7 invalid handle
CE-33228-8 invalid pointer
CE-33229-9 invalid channel
CE-33230-1 invalid sampling rate
CE-33231-2 invalid bit rate
CE-33232-3 invalid input format
CE-33233-4 invalid output format
CE-33234-5 invalid input size
CE-33266-0 Undefined error
CE-33267-1 Unpredictable error occurrence
CE-33268-2 Failure in memory allocation
CE-33269-3 Improper parameter
CE-33270-5 Incorrect processing executed
CE-33271-6 Library uninitialized
CE-33272-7 Already initialized
CE-33273-8 No event to get
CE-33274-9 Undefined error other than the following
CE-33275-0 Unexpected error occurred
CE-33276-1 Could not allocate memory
CE-33277-2 Specified parameter is inappropriate
CE-33278-3 Library is not initialized
CE-33279-4 Already initialized
CE-33280-6 Package is already open
CE-33281-7 Package is not open
CE-33282-8 Specified PlayGo handle is invalid
CE-33283-9 Specified variable value is NULL
CE-33284-0 Specified size value is invalid
CE-33285-1 Specified chunk ID value is invalid
CE-33286-2 Specified speed value is invalid
CE-33287-3 Application does not support PlayGo
CE-33288-4 This operation is not permitted
CE-33289-5 Specified locus value is invalid
CE-33319-9 Cannot download the video/screenshot as you have reached to the service limit // Check upload policy of the service provider. If using Dailymotion, check their Upload Policy and try again after 24 hours.
CE-33327-8 PS VR USB error // Turn off PS4 and unplug it for two minutes. Plug it back in. Remove USB cable from PS4 and PSVR and reinsert it. Reboot the PS4.
CE-33329-0 pAttr is NULL for S3dConversionQueryAttr()
CE-33330-2 pRsrc is NULL for S3dConversionOpen()
CE-33331-3 *pRsrc setting is invalid for S3dConversionOpen()
CE-33332-4 pHandle is NULL for S3dConversionOpen()
CE-33333-5 Allocated memory is invalid for S3dConversionOpen()
CE-33334-6 handle is NULL for S3dConversionClose()
CE-33335-7 *handle is invalid for S3dConversionClose()
CE-33336-8 Converting and cannot close with S3dConversionClose()
CE-33338-0 handle is NULL for S3dConversionExec()
CE-33339-1 *handle is invalid for S3dConversionExec()
CE-33340-3 pInPicInfo is NULL for S3dConversionExec()
CE-33341-4 *pInPicInfo setting is invalid for S3dConversionExec()
CE-33342-5 pCtrl is NULL for S3dConversionExec()
CE-33343-6 *pCtrl setting is invalid for S3dConversionExec()
CE-33344-7 pOutInfoL and pOutInfoR are NULL for S3dConversionExec()
CE-33345-8 *pOutInfoL setting is invalid for S3dConversionExec()
CE-33346-9 *pOutInfoR setting is invalid for S3dConversionExec()
CE-33347-0 pOutInfoL target is NULL for S3dConversionExec()
CE-33348-1 *OutInfoL target setting is invalid for S3dConversionExec()
CE-33349-2 pOutInfoR target is NULL for S3dConversionExec()
CE-33350-4 *OutInfoR target setting is invalid for S3dConversionExec()
CE-33351-5 Error during command generation for S3dConversionExec()
CE-33352-6 Not initialized
CE-33353-7 invalid pointer
CE-33354-8 invalid value
CE-33355-9 invalid argument
CE-33356-0 The feature is not supported
CE-33357-1 The clock is not available
CE-33358-2 error occured in parsing
CE-33359-3 The year value is invalid
CE-33360-5 The month value is invalid
CE-33361-6 The day value is invalid
CE-33362-7 The hour value is invalid
CE-33363-8 The minute value is invalid
CE-33364-9 The second value is invalid
CE-33365-0 The microsecond value is invalid
CE-33383-0 Issue connecting to the network // Step 1: Sign out of PSN and then back in. Step 2: Reboot the console. Step 3: Turn off the router for 5 minutes, then turn it back on. Step 4: Try again later.
CE-33384-1 Issue with the network connection // Step 1: Perform an internet connection test by selecting [Settings] > [Network] > [Test Internet Connection] and review and configure your network settings again if necessary. Step 2: Turn off your router and modem, and wait at least 5 minutes, then restart it. Step 3: Update your router to the latest firmware.
CE-33402-2 CommonDialogInitialize is not running
CE-33403-3 CommonDialogInitialize is already running
CE-33404-4 The Common Dialog has not been initialized
CE-33405-5 The Common dialog is already initialized.
CE-33406-6 The Common Dialog is not finished
CE-33407-7 It's the state that is unable to call the API.
CE-33408-8 As a result of the common dialog does not exist
CE-33409-9 Another Common Dialog is in use
CE-33410-1 There is not enough memory
CE-33411-2 It is an invalid parameter
CE-33412-3 The Common Dialog is not running.
CE-33413-4 The Common dialog is already closed.
CE-33414-5 Invalid NULL pointer has been specified in argument
CE-33415-6 Unexpected fatal error occurred / Error occurred // Step 1: Reboot the console. Step 2: If the error occurs when reading saved data, copy saved data to PlayStation Plus online storage or a USB drive, then restore it to the console. Step 3: If the situation does not improve, delete and reinstall the application.
CE-33416-7 you use unsupported features.
CE-33417-8 Not enough memory to run
CE-33418-9 Parameter is invalid
CE-33419-0 Dictionary data is invalid
CE-33420-2 Hand angle is out of range
CE-33426-8 Parameter is invalid
CE-33427-9 updateMode is invalid
CE-33428-0 executionMode is invalid
CE-33429-1 pixelFormat is invalid
CE-33430-3 imageType is invalid
CE-33431-4 handle is invalid
CE-33432-5 memory alignment is invalid
CE-33433-6 aspect is invalid
CE-33434-7 size parameter is invalid
CE-33435-8 reserved parameter is invalid
CE-33436-9 pointer address is invalid
CE-33437-0 resolution parameter is invalid
CE-33438-1 camera type is invalid
CE-33439-2 parameter range is invalid
CE-33440-4 Not enough memory
CE-33441-5 Could not created instance
CE-33442-6 Calibration is necessary
CE-33443-7 Fatal error occurred
CE-33444-8 Already running IME
CE-33445-9 supportedLanguages value is invalid
CE-33446-0 Memory is insufficient
CE-33447-1 Connection with IME has failed
CE-33448-2 Too many requests for IME
CE-33449-3 Content of text is invalid
CE-33450-5 Event is overflowed
CE-33451-6 User ID value is invalid
CE-33452-7 type value is invalid
CE-33453-8 supportedLanguages value is invalid
CE-33454-9 enterLabel value is invalid
CE-33455-0 inputMethod value is invalid
CE-33456-1 option value is invalid
CE-33457-2 maxTextLength value is invalid
CE-33458-3 inputTextBuffer value is invalid
CE-33459-4 posx value is invalid
CE-33460-6 poxy value is invalid
CE-33461-7 horizontalAlignment value is invalid
CE-33462-8 verticalAlignment value is invalid
CE-33463-9 extended value is invalid
CE-33464-0 work value is invalid
CE-33465-1 arg value is invalid
CE-33466-2 handler value is invalid
CE-33467-3 no resource ID
CE-33468-4 mode value is invalid
CE-33469-5 An invalid parameter has been specified
CE-33470-7 An invalid address has been specified
CE-33471-8 reserved value is invalid
CE-33472-9 internal error
CE-33473-0 title value is invalid
CE-33474-1 Called during a period other than
CE-33475-2 Called during a period other than
CE-33476-3 ImeDialogInit() is not called
CE-33485-3 Parameter error
CE-33486-4 Insufficient memory
CE-33487-5 File not found
CE-33488-6 Invalid file format
CE-33489-7 Insufficient storage capacity
CE-33490-8 Other internal error
CE-33498-7 Invalid data
CE-33544-9 decoder API failed
CE-33545-0 invalid codec type
CE-33546-1 invalid struct size
CE-33547-2 invalid decoder handle
CE-33548-3 invalid size of CPU memory
CE-33549-4 invalid pointer for CPU memory
CE-33550-6 invalid size of CPU/GPU memory
CE-33551-7 invalid pointer for CPU/GPU memory
CE-33552-8 invalid pointer for shader context
CE-33553-9 invalid access unit size
CE-33554-0 invalid pointer for access unit
CE-33555-1 invalid frame buffer size
CE-33556-2 invalid pointer for frame buffer
CE-33557-3 invalid frame buffer alignment
CE-33558-4 invalid value in VideodecConfigInfo
CE-33559-5 invalid argument pointer
CE-33585-4 Not initialized.
CE-33586-5 Already initialized.
CE-33587-6 Invalid argument.
CE-33588-7 Invalid Pad library handle.
CE-33598-8 Invalid arguments passed to the submit function
CE-33599-9 Not enough resources to submit the command buffers; try to split reduced the number of DCB/CCB to submit at once
CE-33600-2 Prepare Flip hasn't been called
CE-33601-3 Flip queue full
CE-33602-4 Flip request failed
CE-33603-5 Internal Error
CE-33604-6 Not setting compatible PS and MRT formats can cause unexpected or corrupt rendering results.
CE-33605-7 The address of a V# is invalid
CE-33606-8 The address of a T# is invalid
CE-33607-9 The address of either a T# or a V# is invalid
CE-33608-0 The address of a resource sampler constant buffer or global table is invalid
CE-33609-1 A Gnm::writeAtEndOfPipe() function was called with an invalid EndOfPipeEventType
CE-33610-3 The address of the index buffer is invalid
CE-33611-4 The tessellation factor buffer is invalid
CE-33612-5 The scratch ring is invalid
CE-33613-6 The primitive type is not set before a draw call
CE-33614-7 The index size is not set before an indexed draw call
CE-33615-8 The size of the inlined buffer of a drawIndexInline is incorrect
CE-33616-9 In order to use patches the number of patches must be set via the Gnm::TessellationRegisters
CE-33617-0 Gnm::DrawCommandBuffer::setGsMode() is called with GsMode kGsModeDisable when Gnm::DrawCommandBuffer::setActiveShaderStages() has the GS stage disabled
CE-33618-1 An enabled shader has an invalid address
CE-33619-2 Validation not enabled. Please make sure to enable "PA Debug" and "ValidateGPU" in target manager.
CE-33620-4 Cannot open the specified file for writing.
CE-33621-5 Cannot capture if Razor is not enabled.
CE-33622-6 The command buffer being captured is empty.
CE-33623-7 Internal error.
CE-33624-8 Pipe id must between 0 or 3 (inclusive).
CE-33625-9 Queue id must between 0 or 7 (inclusive).
CE-33626-0 Invalid Ring Size (must be multiple of DW and a power of 2).
CE-33627-1 Ring Base Address must be 256 bytes aligned.
CE-33628-2 Read Ptr Address must be 4 bytes aligned.
CE-33629-3 Internal error.
CE-33630-5 Invalid Argument in Dispatch Draw.
CE-33631-6 Out of space for index data in dispatch draw.
CE-33632-7 Out of space for block offset in dispatch draw.
CE-33633-8 Unrepresentable offset in dispatch draw.
CE-33634-9 The operation failed due to an invalid argument.
CE-33635-0 The operation failed due to an internal tiling error.
CE-33647-3 Texture format isn't BC1 - BC7. Or vmBuffer is NULL.
CE-33648-4 BC Encoder is NULL.
CE-33649-5 kBlockEncoderBufferSize is too small we need to make it bigger.
CE-33650-7 some pointers may be invalid and encoder may not be initialized.
CE-33651-8 Texture dimentions should match the srcTexture dimensions. Format should match the encoder format
CE-33652-9 not enough room for extendedUserData in dcb
CE-33653-0 The operation failed because a NULL pointer was passed to write to.
CE-33654-1 The operation failed because the file was not a valid GNF file.
CE-33655-2 The operation failed because the size value for the file header contents is not valid.
CE-33656-3 The operation failed because the file size is too small to contain the contents of the file.
CE-33657-4 The operation failed because the GNF version does not match current GNF version in the Texture Library.
CE-33658-5 The operation failed because the alignment value is out of range. It can range between 0 and 31.
CE-33659-6 The operation failed because the size of the file contents defined in the header does not match the computed size of the file contents.
CE-33660-8 The operation failed because the GNF file could not be opened for reading/appending.
CE-33661-9 The operation failed because the file size does not match the stream size of the GNF file contents
CE-33672-1 Not initialized.
CE-33673-2 Invalid parameter.
CE-33674-3 Contents already mounted.
CE-33675-4 Contents not mounted.
CE-33676-5 Item corrupted or cannot be detected by the system // If getting this error when selecting a theme, try deleting and downloading it again; for other content, make sure you have the license to the content; if you have the content and are still getting the error, download the content again, go to [Settings] > [PSN] > [Restore Licenses], then reboot in Safe Mode and select [Rebuild Database].
CE-33677-6 Reached mount max.
CE-33678-7 Not entitled to the additional content (data from previous save doesn't match current data) // Step 1: Go to [Settings] > [Account Management] and select [Restore License]. Step 2: Deactivate your system and activate it again from [Settings] > [Account Management] > [Activate as Your Primary PS4].
CE-33679-8 Not enough space in HDD.
CE-33680-0 Not supported.
CE-33681-1 invalid argument
CE-33682-2 invalid port
CE-33683-3 invalid handle
CE-33684-4 already opened the port.
CE-33685-5 library uninitialized.
CE-33686-6 fatal error
CE-33687-7 An internal error occurred in the utility.
CE-33688-8 Without signing in the functionality of Facebook cannot be used.
CE-33689-9 User permissions could not be obtained
CE-33690-1 Due to UGM restriction the functionality of Facebook cannot be used.
CE-33691-2 invalid argument
CE-33692-3 invalid status
CE-33693-4 invalid status Core IF
CE-33694-5 stream full
CE-33695-6 not exist streamId
CE-33696-7 can not allocate memory
CE-33697-8 can not use this api. use other api
CE-33698-9 timeout error
CE-33699-0 request full
CE-33700-3 not exist requestId
CE-33701-4 registered callback full
CE-33702-5 resource handle full
CE-33703-6 not exist resource handle
CE-33704-7 can not acquire decoder resource
CE-33705-8 invalid argument Core
CE-33706-9 not exist stream
CE-33707-0 not playable
CE-33708-1 error stop
CE-33709-2 invalid argument Core IF
CE-33710-4 not registered video core function
CE-33711-5 sce function error
CE-33712-6 kernel function error
CE-33713-7 ipmi inter process communication error
CE-33714-8 ipmi inter process communication error Core IF
CE-33715-9 internal program error
CE-33716-0 invalid status Core
CE-33717-1 sce function error Core
CE-33718-2 kernel function error Core
CE-33719-3 ipmi inter process communication error
CE-33720-5 internal program error Core
CE-33743-0 Connection to server failed // The PS4 was unable to connect to the server. Please try again later. You can check the status of the PSN here.
CE-33755-3 invalid argument
CE-33756-4 invalid port
CE-33757-5 invalid handle
CE-33758-6 already opened the port.
CE-33759-7 library uninitialized.
CE-33760-9 fatal error
CE-33844-2 Undefined error
CE-33845-3 Unpredictable error occurrence
CE-33846-4 Failure in memory allocation
CE-33847-5 Improper parameter
CE-33848-6 Incorrect processing executed
CE-33849-7 Library uninitialized
CE-33850-9 Already initialized
CE-33851-0 No events to obtain
CE-33852-1 Perform default operations without setting an HTTP response
CE-33853-2 HTTP server is already started
CE-33854-3 HTTP server is not started
CE-39935-9 Connection to server failed
CE-33937-5 Cannot use the content. To use the content, purchase it from PSS // Content can only be used by users who have a license for it; change user or purchase it outright from PSS to use the content.
CE-33945-4 Server connection has failed (possible problem connecting to local network) // Step 1: Check that PSN service and the game's servers are available. Step 2: If both services are active, perform a connection test by going to [Settings] > [Network] > [Test Internet Connection] to confirm that you can connect to the Internet. Step 3: Update router firmware (contact router manufacturer or your ISP for assistance if required). Step 4: Turn off other devices connected to the network. Step 5: If still experiencing difficulties then try again later as the server may be experiencing high traffic.
CE-33950-0 Could not connect to the server to verify the license (downed server) // The server may be experiencing connectivity issues, try again later.
CE-33951-1 Unknown error. This value should not be used.
CE-33952-2 The specified port does not exist.
CE-33953-3 The specified object does not exist.
CE-33954-4 An invalid parameter was passed.
CE-33955-5 Not enough memory to perform the operation.
CE-33956-6 Not enough resources to perform the operation.
CE-33957-7 The operation cannot be performed at the moment.
CE-33958-8 Too many channels specified.
CE-33983-6 Internet connection test error // Retry the Internet connection test. It's also possible that the PSN may be be undergoing maintenance. You can check the status of the PSN here.
CE-33984-7 Connection test timed out while attempting to obtain IP address (connection issues or incorrect settings) // 1) Go to [Settings] > [Network]. 2) Select [Test Internet Connection]. 3) Reboot the console and connect to the Internet using a wired (ethernet) connection if possible. 4) If using Wi-Fi, try moving the console closer to the router and removing anything interrupting the connection between the devices. 5) Turn off router and wait at least 5 minutes, then restart it. 6) If the IP address cannot be obtained, check internet connection settings again.
CE-33985-8 Internet connection test error // Retry the Internet connection test. It's also possible that the PSN may be be undergoing maintenance. You can check the status of the PSN here.
CE-33986-9 Internet connection test error (PSN down or unable to connect to internet) // PSN may be temporarily unavailable or under maintenance. Check PSN status. If PSN is up, perform an Internet connection test by going to [Settings] > [Network] > [Test Internet Connection] to confirm that you can connect to the Internet.
CE-33987-0 Connection timed out during the PSN sign-in process // 1) Test your internet by going to [Settings] > [Network] > [Test Internet Connection]. 2) Try resetting your local network connection by turning off the modem and/or router. Wait 5 minutes, turn it back on and try signing in again to PSN. 3) You may need to update your router's firmware (contact ISP or router manufacturer for assistance if needed). If still having issues, try again later.
CE-33988-1 Internet connection test error // Retry the Internet connection test. It's also possible that the PSN may be be undergoing maintenance. You can check the status of the PSN here.
CE-33989-2 Internet connection test error // Retry the Internet connection test. It's also possible that the PSN may be be undergoing maintenance. You can check the status of the PSN here.
CE-33990-4 Internet connection test error // Retry the Internet connection test. It's also possible that the PSN may be be undergoing maintenance. You can check the status of the PSN here.
CE-33991-5 Could not connect to the network // Step 1: PSN may be temporarily unavailable. Visit the PSN status page to check for service issues. Step 2: Check with the game publisher to see if there are server issues. Step 3: If both services are active, go to [Settings] > [Network] > [Test Internet Connection] to confirm that you can connect to the Internet. Step 4: Update router firmware (contact router manufacturer or your ISP for assistance if required). Step 5: Turn off other devices connected to the network. Step 6: If still experiencing difficulties then try again later as the server may be experiencing high traffic.
CE-33992-6 Internet connection test error (PSN down or network download speed too slow) // Check status of PSN services by visiting the status page on a connected device. If services are available (all show green) and you are still getting the error, your home network's download speed may be too slow. We recommend a minimum download speed of 5 mbps. If your speeds are slower than this, try connecting to an alternative connection with a download speed of at least 5 mbps. If still having problems, visit the PlayStation Repairs tool for more troubleshooting advice.
CE-33994-8 The Dialog has not been initialized
CE-33995-9 The Dialog is already initialized.
CE-33996-0 It is an invalid parameter
CE-33997-1 Unexpected fatal error occurred
CE-33998-2 It's the state that is unable to call the API.
CE-33999-3 It's the service state that is unable to call the API.
CE-34000-7 Invalid user ID was specified.
CE-34001-8 Not initialized.
CE-34002-9 Already initialized.
CE-34003-0 Invalid argument.
CE-34004-1 Invalid Move library handle.
CE-34005-2 Invalid Move library handle.
CE-34006-3 Invalid port.
CE-34007-4 Already opened the port.
CE-34008-5 Fatal error.
CE-34009-6 Not initialized.
CE-34010-8 Already initialized.
CE-34011-9 Invalid argument.
CE-34012-0 Invalid Move library handle.
CE-34101-9 PsvrCreateFromUncompress() or PsvrCreateFromCompress() failed.
CE-34102-0 Invalid tuning options.
CE-34103-1 Memory operation failed.
CE-34104-2 Memory leak.
CE-34105-3 Save compact CPR failed.
CE-34106-4 Create compress CPR failed.
CE-34107-5 Create GnD failed.
CE-34108-6 PsvrStart() failed.
CE-34109-7 Invalid argument.
CE-34110-9 Insufficient resources.
CE-34111-0 PSVR library has not been initialized.
CE-34112-1 PSVR library has been initialized.
CE-34113-2 Invalid PSVR result.
CE-34127-7 invalid argument
CE-34128-8 memory allocation error
CE-34149-1 A file could not be opened
CE-34150-3 A problem occurred reading a file
CE-34151-4 Memory could not be allocated to load a file
CE-34152-5 A Bank is not aligned on a 16-byte boundary
CE-34153-6 A file has an invalid format
CE-34154-7 A Bank at the specified memory address is already loaded
CE-34155-8 Scream is already initialized or that initialization failed
CE-34156-9 Scream is not currently running
CE-34157-0 Underlying synthesizer failed to initialize
CE-34158-1 Invalid parameter detected
CE-34159-2 Unknown system error
CE-34160-4 Unable to allocate memory
CE-34161-5 Unable to create a thread
CE-34162-6 Sndstream has already been initialized
CE-34163-7 Some specified parameter(s) are out of range
CE-34164-8 An unknown error occurred
CE-34165-9 Sndstream has not been initialized
CE-34166-0 A specified file was not found
CE-34167-1 A specified file was found but contained invalid data
CE-34168-2 A specified file type is not supported
CE-34169-3 Sndstream failed to seek in or read from file
CE-34170-5 An unexpected internal error
CE-34171-6 The specified reference is not recognized
CE-34172-7 A parameter index is out of range
CE-34173-8 A specified address was NULL
CE-34174-9 The version of a specified data structure is not supported
CE-34175-0 Data with incorrect endianness was used
CE-34176-1 A voice could not be allocated for this data
CE-34177-2 A resource could not be allocated
CE-34178-3 The handle or other object is no longer active
CE-34179-4 A buffer or other resource is not big enough
CE-34180-6 Sndstream has not been initialized
CE-34181-7 Server failed to initialize
CE-34182-8 Invalid Bank pointer error
CE-34183-9 Operation requested before server initialization
CE-34184-0 The file I/O system passed on (omitted) a read request
CE-34185-1 An error of unknown origin occurred
CE-34186-2 A file open error occurred
CE-34187-3 A file seek error occurred
CE-34188-4 A file read error occurred
CE-34189-5 A file close error occurred
CE-34224-5 PFS Corrupt / Integrity check error / System error has occurred // Step 1: Back up your data from [Settings] > [Application Saved Data Management]. Step 2: Go to [Settings] > [Initialization] > [Initialize PS4]. Step 3: Restore your data. Step 4: If the error persists, there may be an issue with the HDD or the console. If the HDD has been replaced, try installing another HDD or reinstalling the original HDD.
CE-34225-6 File not found in PlayGo chunk definition
CE-34304-4 HDD data likely corrupted, possibly due to a HDD hardware issue.
CE-34305-5 Failed to read information from HDD (console can't read some data from the HDD) // 1) Make sure the console has the latest system software (update if needed). 2) If the HDD was upgraded, turn off the console, re-insert the original HDD and try again. 3) If the error persists, try restoring the console to factory settings. 4) If the error persists, console may be bad and in need of service. Contact PlayStation Support.
CE-34335-8 No HDD detected / "Cannot access system storage" (HDD incorrectly installed, bad/corrupt HDD, bad console) // 1) Turn off the console, unplug it and remove the top cover. 2) Check that the HDD is correctly installed. 3) If still experiencing the error after reinserting the HDD, it may be corrupt or bad or the console may be in need of service. Contact PlayStation Support.
SCE_AUDIO_OUT_ERROR_INVALID_MIXLEVEL CE-34341-5 0x80260014 Invalid mix level value
SCE_VIDEO_OUT_ERROR_OVERFLOW CE-34342-6 0x80290017 Overflow
CE-34348-2 the specified max delay length is invalid
CE-34349-3 the specified max delay taps is invalid
CE-34350-5 the specified delay type is invalid
CE-34351-6 the specified number of delay tap is invalid
CE-34452-8 Downloaded data may be corrupted // Step 1: Delete the content from home screen, then restart the system. Next, re-download the content from the Library. Step 2: If the error persists, go to [Settings] > [Initialization] > [Initialize PS4] and try the PS4 initialization. Step 3: If the error occurs again there may be an issue with the PS4's hard drive (HDD). If you have previously changed the HDD, use the other HDD. If not, please visit our Contact page to contact SCEA for additional technical support.
CE-34544-0 Information required to start the application can't be found (corrupted database or corrupted application) // Step 1: Make sure the PS4 has the latest system software (update if needed). // Step 2: Install the latest update for the application. Step 3: If the issue persists, reboot the PS4 in Safe Mode and select [Rebuild Database]. Step 4: If Step 3 did not solve the problem, back up all saved data and re-install the application.
CE-34545-1 Read timeout occurred
CE-34568-5 System error // Reboot the console. Start the console in Safe Mode and select option 5 [Rebuild Database]. Back up saved data and initialize the console.
CE-34615-9 Not Implemented
CE-34627-2 Cannot install
CE-34632-8 Content unavailable // Content can't be used at the moment. Contact PlayStation Support.
CE-34635-1 invalid previous input size
CE-34674-4 Cannot install
CE-34687-8 pContextRsrc is NULL for S3dConversionExec()
CE-34688-9 *pContextRsrc setting is invalid for S3dConversionExec()
CE-34689-0 Allocated memory is invalid for S3dConversionExec()
CE-34693-5 Application is not active
CE-34698-0 Using a RW buffer or texture but setting the memory type to read-only via setResourceMemoryType(). This is determined by checking RWResource inputs to shaders against the RO bit set in the Vsharp or Tsharp.
CE-34699-1 stream suspended
CE-34700-4 stream aborted
CE-34712-7 Invalid PSVR pointer.
CE-34772-3 Invalid argument
CE-34773-4 The path is not in a mapped location
CE-34774-5 File not found
CE-34775-6 Fatal error
CE-34776-7 Resource not found
CE-34777-8 Try again
CE-34778-9 Bad address
CE-34779-0 Invalid argument
CE-34780-2 Operation results timed out
CE-34781-3 Not initialized
CE-34782-4 Library has been initialized
CE-34783-5 Fatal error
CE-34788-0 This update file cannot be used (incorrect file used for update) // Make sure you have downloaded the correct file. Check that the folder names and file names are correct. Enter the folder name and file names using uppercase letters.
CE-34861-2 A network error has occurred (PSN down or no SSL) // Step 1: Check PSN status for any outages or maintenance. Step 2: If PSN is available, your network environment might not have a secure SSL deployed (most games require SSL to communicate with the game servers). Contact your ISP to confirm and/or resolve this.
CE-34867-8 Other disc inserted // Insert the correct disc and relaunch the game.
CE-34876-8 This disc is not supported by the PS4
CE-34877-9 Cannot play PlayStation 3 format disc
CE-34878-0 Error occurred with the application (shows up after a game crashes) // Step 1: Close the application, install the latest system software and game updates and reboot the console. Step 2: If you upgraded the HDD, re-install the original HDD. Step 3: If the error occurs again, back up all saved data and initialize the console. Step 4: If the error occurs with every application or as soon as the application starts, contact PlayStation Support.
CE-35230-3 Network error. Response speed from DNS server is likely delayed. // Step 1: Go to [Settings] > [Network] > [Set Up Internet Connection] > [Custom] and change the DNS settings.
CE-35239-2 Software update required to use network features // Update console to the latest system software.
CE-35287-5 Cannot connect to the server // PSN or the game server is temporarily unavailable. Try again later.
CE-35327-0 Unable to connect to the server (PSN is overloaded) // PSN is experiencing high traffic and is temporarily unavailable. Try again later.
CE-35340-5 This service may be under maintenance. Wait a short while before attempting to access this service again // If this error occurs every time you attempt to connect, log out of the service and then log back in.
CE-35406-8 PS4 and PS Vita could not be linked for Remote Play because accounts linked on PSN are not the same // To use Remote Play, the same account must be linked to both systems.
CE-35413-6 PIN code for Remote Play is incorrect // Make sure to enter the correct PIN code.
CE-35451-8 Error occurred when connecting to the server // Step 1: Restart the PS4. Step 2: If the error persists, there may be an ongoing server issue. Try again later. Step 3: Check PSN status.
CE-35463-1 The disc cannot be played // Step 1: Copied media, CD's, and 3D Blu-Ray movies cannot be played. Please verify that the type of disc you're trying to play is supported by the PS4. Step 2: Make sure the disc you're trying to play isn't dirty, scratched, or otherwise damaged.
CE-35486-6 Console can't read the disc. The disc format may be unsupported, or the disc may be corrupted // Step 1: Eject the disc and make sure it is not dirty, scratched, or damaged. Step 2: Make sure the format of the disc is supported by the PS4. Step 3: If the error persists, turn off and reboot the PS4 in Safe Mode and try rebuilding the PS4's database.
CE-35489-9 Invalid region // DVD or Blu-Ray disc not supported on the system due to regional restrictions on the disc (for example, playing a EU disc on a North American console?). The region setting of the console is preset and cannot be changed to play a disc.
CE-35657-6 Cannot start the application. Application data may be corrupted. // Step 1: Go to [Notifications] > [Downloads] and delete the failure notification. Step 2: Back up your data using USB device or PS+ online storage, and then go to Safe Mode to try [5.Rebuild Database]. You can find more information on Safe Mode here. Step 3: If the error occurs again, go to [Settings] > [Initialization] > [7. Initialize PS4 (Reinstall System Software)] and try the PS4 initialization. Note: This requires a USB device with the system update file. Information on updating via USB is located here.
CE-35662-2 The numbers of chunks for the application and patch do not match.

When creating a patch package of a PlayGo supporting application, the number of chunks included in the patch package must be the same as the game directory.

CE-35888-2 Cannot start the application // Wrong daughterboard in drive, see also : https://www.youtube.com/watch?feature=player_detailpage&v=pPRvG6oRV1E#t=349 / BDP-025
CE-35918-6 Console can't read the disc (bad disc or bad DVD/Blu-Ray player) // 1) Eject the disc and check that it is not dirty or damaged. 2) Insert another PS4 game disc, Blu-Ray or DVD to find out if they work. 3) If other discs can be read without any issues, the disc you are trying to play may be bad and should be replaced. 4) If other discs don't work either, contact PlayStation Support.
SCE_VIDEO_OUT_ERROR_NO_DEVICE CE-35957-9 0x80290018 Device does not exist
CE-36244-9 Download has been suspended. Downloaded data may be corrupted // Console error // Step 1: Restart the system and restart the download. Step 2: Downloads can be restarted from the game's icon on the Home Screen or under [Notifications] > [Downloads]. Step 3: If the error occurs again, review local network settings (change to a static IP or try changing the DNS server, try connecting to a different network or try connecting later). Step 4: If the error persists and you have previously changed the HDD, swap to the original HDD and re-install the system software. If using the original HDD, try initializing the PS4. After system initialization, try downloading the content again.
CE-36249-4 Cannot download this content. It has not reached the download date yet (content not yet available) // Step 1: Try downloading the content when it gets closer to the release date. Step 2: To enable the auto-download feature, go to [Settings] > [System] > [Automatic Downloads and Updates] and enable > [Saved Data and Update File].
CE-36275-3 Unable to post a comment on a broadcast // Step 1: Ensure that port TCP 6667 is not blocked by the router or network settings. Step 2: The Streaming service may be having server problems. Try again later or check the website of the streaming service for maintenance info.
CE-36329-3 Error has occurred with system software / Console error // Step 1: Make sure that you have the latest system software by selecting [Settings] > [System Software Update]. The system will then reboot. Step 2: If you cannot reach [Settings], go into Safe Mode and update using option 3. Step 3: If the error occurs again, back up all saved data and initialize the console. Step 3: If the error continues, contact PlayStation Support.
CE-36330-5 Internal error // Completely turn off the PS4 and reboot the system.
CE-36418-2 Bluetooth device not supported // Device may not be supported by the console. Try using a supported device instead.
CE-36420-5 Error during Bluetooth connection with console (possible issue with Bluetooth pairing authentication on console) // Step 1: Disconnect the Bluetooth device from the console. Step 2: Reboot the console. Step 3: Try pairing the device with the cable connected.
CE-36433-9 The original application package specified upon creating the patch package and the original application installed onto the Development Kit/Testing Kit may not be matching.

Check that the original application package specified upon creating the patch package is installed on the Development Kit/Testing Kit.

CE-36485-6 Cannot recognize the USB storage device // Ensure the device is properly inserted in the console. Make sure the storage device is formatted with the supported file system (FAT or exFAT). If "This USB storage device cannot be used" notification pops up when the device is inserted into the console, it is likely an unsupported device.
SCE_VIDEO_OUT_ERROR_UNAVAILABLE_OUTPUT_MODE CE-37528-5 0x80290019 Unavailable output mode now
CE-37533-1 Face recognition error // An occurred during face recognition log-in. It is possible that the face data is corrupted. Step 1: Log in to the system, and re-register the face data. Step 2: If the error occurs again, face data of other users on the PS4 system may be corrupted. Log-in to other user and re-register the face data.
CE-37534-2 Face recognition error // An occurred during face recognition log-in. It is possible that the face data is corrupted. Step 1: Log in to the system, and re-register the face data. Step 2: If the error occurs again, face data of other users on the PS4 system may be corrupted. Log-in to other user and re-register the face data.
CE-37535-3 Face recognition error // An occurred during face recognition log-in. It is possible that the face data is corrupted. Step 1: Log in to the system, and re-register the face data. Step 2: If the error occurs again, face data of other users on the PS4 system may be corrupted. Log-in to other user and re-register the face data.
CE-37536-4 Face recognition error // An occurred during face recognition log-in. It is possible that the face data is corrupted. Step 1: Log in to the system, and re-register the face data. Step 2: If the error occurs again, face data of other users on the PS4 system may be corrupted. Log-in to other user and re-register the face data.
CE-37537-5 Face recognition error // An occurred during face recognition log-in. It is possible that the face data is corrupted. Step 1: Log in to the system, and re-register the face data. Step 2: If the error occurs again, face data of other users on the PS4 system may be corrupted. Log-in to other user and re-register the face data.
CE-37538-6 Face recognition error // An occurred during face recognition log-in. It is possible that the face data is corrupted. Step 1: Log in to the system, and re-register the face data. Step 2: If the error occurs again, face data of other users on the PS4 system may be corrupted. Log-in to other user and re-register the face data.
SCE_VIDEO_OUT_ERROR_INVALID_OPTION CE-37573-5 0x8029001A Invalid option argument
CE-37700-7 Download cancelled as the content is not available on the PSS // Step 1: Make sure the content you are trying to download is valid and you hold the license for it. Step 2: If you are trying to preload a title that you have pre-ordered, make sure the content is within the downloadable date and try again later.
CE-37704-1 Download cancelled due to insufficient space on the HDD // Step 1: Try deleting applications from the Home screen. These can be re-downloaded again later. Step 2: If the error persists when downloading an application update file, try deleting the application first, then re-download the content.
CE-37732-2 The downloaded file was not installed in the system properly. Downloaded data likely corrupted during the download process // Step 1: Delete the content. Step 2: Try to re-download the file. Step 3: If the error persists, go to [Settings] > [Initialization] > [Initialize PS4] and try the PS4 initialization. Step 4: If the error occurs again and you have previously changed the HDD, swap to the original HDD and reinstall the system software. After system re-installation or initialization, try downloading the content again.
CE-37857-0 PS4 cannot recognize USB storage device // Step 1: Connect the storage device. Step 2: If the storage device is connected but you see this error, disconnect it and reconnect it. Step 3: Select [Sound/Devices] > [Stop Using Extended Storage] and reconnect the device. Make sure it is connected securely. Step 4: Make sure the device is FAT or exFAT formatted. Step 5: If still having issues, see our page on external HDD support.
SCE_AUDIO_OUT_ERROR_INVALID_ARG CE-38516-3 0x80260015 Invalid argument
SCE_AUDIO_OUT_ERROR_INVALID_PARAM CE-38517-4 0x80260016 Invalid parameter
SCE_AUDIO_OUT_ERROR_MASTERING_FATAL CE-38518-5 0x80260200 FATAL ERROR.
SCE_AUDIO_OUT_ERROR_MASTERING_INVALID_API_PARAM CE-38519-6 0x80260201 Invalid mastering API parameter.
SCE_AUDIO_OUT_ERROR_MASTERING_INVALID_CONFIG CE-38520-8 0x80260202 Mastering parameter structure is invalid.
SCE_AUDIO_OUT_ERROR_MASTERING_NOT_INITIALIZED CE-38521-9 0x80260203 Mastering is not initialized.
SCE_AUDIO_OUT_ERROR_MASTERING_INVALID_STATES_ID CE-38522-0 0x80260204 Mastering state ID is invalid.
SCE_AUDIO_LATENCY_ESTIMATION_ERROR_FATAL CE-38523-1 0x80260300 Undefined error
SCE_AUDIO_LATENCY_ESTIMATION_ERROR_INVALID_HANDLE CE-38524-2 0x80260301 Bad value of handle
SCE_AUDIO_LATENCY_ESTIMATION_ERROR_INVALID_POINTER CE-38525-3 0x80260302 Invalid pointer value
CE-38604-1 Cannot download the application since a disc version of the same title is installed // Delete the application, then try to start the download. The console will retain the save data for the game, but any add-ons will need to be downloaded again.
CE-38605-2 Content download failed on console (issue during download) // Delete the download notification and reinstall the application.
CE-38612-0 0x80990091 Application data on HDD may be partially corrupted // Step 1: Back up all saved data on a USB storage device or in the PlayStation Plus Online Storage. Step 2: Delete and reinstall the application. Step 3: If the error persists, go to [Settings] > [Initialization] > [Initialize PS4] > [Quick] and initialize the console. Then install the application. Step 4: If you have upgraded the HDD, try using the original one.
CE-38702-0 Unable to acquire information from the server. You might experience network or Internet connection issues // Step 1: Restart your router. Step 2: Reboot the console. Step 3: Contact ISP to check Internet connection status. Step 4: Reset the router and select [Settings] > [Network] > [Set Up Internet Connection] to reconnect to the router. For details, refer to instructions supplied with the router. Step 5: Update router firmware to the latest version. Step 6: Select [Settings] > [Network] > [Test Internet Connection], and then check your Internet connection status. Step 7: PSN may be temporarily busy. Check its status and try again later. Step 8: A firewall or other security measure might be preventing you from connecting to the network. Make sure your network devices do not block the following port numbers: TCP: 80, 443, 3478, 3479, 3480; UDP: 3478, 3479. Step 9: If unable to connect to a service outside PSN, check the status of that service.
CE-38703-1 Could not connect to the network
CE-38706-4 Cannot connect to the server // If unable to connect to a service outside PSN, check the status of that service. PSN may be temporarily busy, try again later. Check PSN status. Step 1: Reboot the console. Step 2: Restart your router. Step 3: Contact ISP to check Internet connection status. Step 4: Reset router and select [Settings] > [Network] > [Set Up Internet Connection] and then connect to the router again. For details, refer to instructions supplied with the router. Step 5: Update router firmware to the latest version. Step 6: Select [Settings] > [Network] > [Test Internet Connection], and then check your Internet connection status. Step 7: A firewall or other security measure might be preventing you from connecting to the network. Make sure your network devices do not block the following port numbers: TCP: 80, 443, 3478, 3479, 3480; UDP: 3478, 3479.
SCE_AUDIO_OUT_ERROR_MASTERING_INVALID_FLAGS CE-39196-8 0x80260205 Specified flags is invalid.
SCE_VIDEO_OUT_ERROR_PORT_UNSUPPORTED_FUNCTION CE-39197-9 0x8029001B Unsupported function with the specified port.
CE-39935-9 Connection to server failed // Step 1: Restart the PS4. Step 2: PSN or the game's server may be temporarily unavailable. Check the status of the game's server at its website. Check PSN status. Step 3: If the servers are active, run the internet connection test and make sure that you can connect to the internet. Step 4: Update router to the latest firmware. Turn off other devices that are connected to the network to reduce stress. Step 5: Make sure these port numbers are not blocked by the router: TCP: 80, 443, 3478, 3479, 3480; UDP: 3478, 34. If none of this resolve the problem then try again later as the server may be experiencing high volume.
CE-39984-3 PS4 console obtained an IP address but could not connect to the internet // Step 1: Confirm your connection settings and try an Internet connection test. Step 2: If you are using a Wi-Fi hotspot, you may need to log in to the hotspot network in order to connect to the Internet. Step 3: If unable to open the PS4's browser, go to [Settings] > [User's Guide] and the wireless hotspot's login screen will appear.
CE-39985-4 Connection to server failed // Step 1: Restart the PS4. Step 2: PSN or the game's server may be temporarily unavailable. Check the status of the game's server at its website. Check PSN status. Step 3: If the servers are active, run the internet connection test and make sure that you can connect to the internet. Step 4: Update router to the latest firmware. Turn off other devices that are connected to the network to reduce stress. Step 5: Make sure these port numbers are not blocked by the router: TCP: 80, 443, 3478, 3479, 3480; UDP: 3478, 34. If none of this resolve the problem then try again later as the server may be experiencing high volume.
SCE_VIDEO_OUT_ERROR_UNSUPPORTED_OPERATION CE-40767-4 0x8029001C Unsupported operation
CE-40768-5 0x802A0008
CE-41489-6 Issue connecting to PSN. The network has likely timed out during the sign-in process.
CE-41521-3 Bluetooth device cannot be registered // Bluetooth device might not be supported by PS4. Try another supported Bluetooth device.
CE-41902-6 Connected USB storage device not compatible with the PS4 (incompatible USB device, damaged USB slot or cable, or USB device not connected properly) // Step 1: Make sure the storage device fulfills these requirements: 250 GB minimum, 8 TB maximum capacity, formatted as FAT or exFAT, and USB 3.0 or later. Step 2: If it meets these requirements, try connecting to another USB slot on the console. Step 3: Try using another USB cable if you have one. Step 4: Connect the USB storage quickly and firmly (connecting too slowly may prevent the USB storage from being recognized).
CE-42288-4 Error while connecting to PSN // Step 1: Try setting up your internet connection again. Step 2: Turn off your router, wait at least 5 minutes, and then turn it back on. Step 3: Try updating your router's firmware (for details on how to update, contact your router vendor). Step 4: Start the PS4 in Safe Mode and select [Rebuild Database].
CE-42747-4 Console system software is outdated // A mandatory system software update is required before you can connect to PSN. Update console to the latest system software.
CE-46062-8 Application error (issue with the application version) // Step 1: Go to [Library] and highlight the application. Step 2: Press the OPTIONS button and select [Check for Update]. Step 3: If an update is available, follow the instructions to install the update.