Editing Error Codes

Jump to navigation Jump to search
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 1: Line 1:
<div style="float:right">[[File:Report Problem.png|200px|thumb|left|Error Code shown in the 'Report Problem' screen]]</div>
<div style="float:right">[[File:Report Problem.png|200px|thumb|left|Error Code shown in the 'Report Problem' screen]]</div>


== Page definition and crossreference ==
Here you can post all the known PS4 errors.
Here you can post all the known PS4 errors.


[http://www.psdevwiki.com/ps3/Error_Codes PS3] / [http://www.psdevwiki.com/vita/index.php?title=Error_Codes PS Vita] / [http://errorcodespro.com/ultimate-ps4-error-code-list/ PS4 Error] equivalent pages for crossreference.
[http://www.psdevwiki.com/ps3/Error_Codes PS3] / [http://www.vitadevwiki.com/index.php?title=Error_Codes PS Vita] equivalent pages for crossreference.


== Error Code Structure ==
The errors that occur in libraries included in the SDK and in the system software are each allocated a hexadecimal error code with a macro constant for handling by applications, as well as a short error code to display for users.


Macro constant          | Hexadecimal Error Code | Short Error Code
SCE_KERNEL_ERROR_ENOENT | 0x80020002            | CE-30002-5
The error codes returned by libraries and the system software are hexadecimal error codes. The hexadecimal error codes are 32-bit negative numbers with the upper 16 bits representing the library or module where the error occurred.
Short error codes are character strings consisting of a two letter facility group ("CE", "NW", "NP", etc.) and a 5+1 digit short error number connected by hyphens.
Short Error Code | Facility Group | Short Error Number
CE-30002-5      | CE            | 30002-5
Exceptional errors that are not allocated a short error number will be displayed for users as short error codes using "E" and the hexadecimal error code connected by a hyphen.
Short Error Code | Facility Group | Hexadecimal Error Code
E-80000000      | E              | 80000000
== Error History ==
[System] > [Error History] contains the last 100 errors
[System] > [Error History] contains the last 100 errors


When the console encounters an error, the crash reporter sends a 74 byte tcp packet and then retrieves a config file pertaining to the crash. Upon sending the 74 byte tcp packet, the software has regained full control/operational stability and has fully recovered from the crash. By comparing the timestamps of the systems error logs with the 74 byte packet and examining the traffic during the crash,one can infer what's occurring during the crash and also accurately determine when the software has recovered from the crash.
When the console encounters an error, the crash reporter sends a 74 byte tcp packet and then retrieves a config file pertaining to the crash. Upon sending the 74 byte tcp packet, the software has regained full control/operational stability and has fully recovered from the crash. By comparing the timestamps of the systems error logs with the 74 byte packet and examining the traffic during the crash,one can infer what's occurring during the crash and also accurately determine when the software has recovered from the crash.


== Errorcode / Returncode lists ==
== Error code ==
A measly list can be found at : https://support.us.playstation.com/app/answers/detail/a_id/5111 (which should be fully covered here anyhow)


=== C0 ===
=== C0 ===
{{C0}}


=== C1 ===
=== C1 ===
{{C1}}


=== C2 ===
=== C2 ===
{{C2}}


=== C3 ===
=== C3 ===
{{C3}}


=== C4 ===
=== C4 ===
{{C4}}


=== CD ===
=== CD ===
{{CD}}
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Name !! Errorcode !! Remarks
|-
|  || CD-30774-1 || Update data could not be found.
|-
|}
 
=== CE ===
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Name !! Errorcode !! Remarks
|-
|  || CE-30001-4 || Operation not permitted
|-
|  || CE-30002-5 || No such file or directory
|-
|  || CE-30003-6 || No such process
|-
|  || CE-30004-7 || Interrupted system call
|-
|  || CE-30005-8 || Input/output error
|-
|  || CE-30006-9 || Device not configured
|-
|  || CE-30007-0 || Argument list too long
|-
|  || CE-30008-1 || Exec format error
|-
|  || CE-30009-2 || Bad file descriptor
|-
|  || CE-30010-4 || No child processes
|-
|  || CE-30011-5 || Resource deadlock avoided
|-
|  || CE-30012-6 || Cannot allocate memory
|-
|  || CE-30013-7 || Permission denied
|-
|  || CE-30014-8 || Bad address
|-
|  || CE-30015-9 || Block device required
|-
|  || CE-30015-9 || Block device required
|-
|  || CE-30016-0 || Device busy
|-
|  || CE-30017-1 || File exists
|-
|  || CE-30018-2 || Cross-device link
|-
|  || CE-30019-3 || Operation not supported by device
|-
|  || CE-30020-5 || Not a directory
|-
|  || CE-30021-6 || Is a directory
|-
|  || CE-30022-7 || Invalid argument
|-
|  || CE-30023-8 || Too many open files in system
|-
|  || CE-30024-9 || Too many open files
|-
|  || CE-30025-0 || Inappropriate ioctl for device
|-
|  || CE-30026-1 || Text file busy
|-
|  || CE-30027-2 || File too large
|-
|  || CE-30028-3 || No space left on device
|-
|  || CE-30029-4 || Illegal seek
|-
|  || CE-30030-6 || Read-only filesystem
|-
|  || CE-30031-7 || Too many links
|-
|  || CE-30032-8 || Broken pipe
|-
|  || CE-30033-9 || Numerical argument out of domain
|-
|  || CE-30034-0 || Result too large
|-
|  || CE-30035-1 || Operation would block
|-
|  || CE-30036-2 || Operation now in progress
|-
|  || CE-30037-3 || Operation already in progress
|-
|  || CE-30038-4 || Socket operation on non-socket
|-
|  || CE-30039-5 || Destination address required
|-
|  || CE-30040-7 || Message too long
|-
|  || CE-30041-8 || Protocol wrong type for socket
|-
|  || CE-30042-9 || Protocol not available
|-
|  || CE-30043-0 || Protocol not supported
|-
|  || CE-30044-1 || Socket type not supported
|-
|  || CE-30045-2 || Operation not supported
|-
|  || CE-30046-3 || Protocol family not supported
|-
|  || CE-30047-4 || Address family not supported by protocol family
|-
|  || CE-30048-5 || Address already in use
|-
|  || CE-30049-6 || Can't assign requested address
|-
|  || CE-30050-8 || Network is down
|-
|  || CE-30051-9 || Network is unreachable
|-
|  || CE-30052-0 || Network dropped connection on reset
|-
|  || CE-30053-1 || Software caused connection abort
|-
|  || CE-30054-2 || Connection reset by peer
|-
|  || CE-30055-3 || No buffer space available
|-
|  || CE-30056-4 || Socket is already connected
|-
|  || CE-30057-5 || Socket is not connected
|-
|  || CE-30058-6 || Can't send after socket shutdown
|-
|  || CE-30059-7 || Too many references: can't splice
|-
|  || CE-30060-9 || Operation timed out
|-
|  || CE-30061-0 || Connection refused
|-
|  || CE-30062-1 || Too many levels of symbolic links
|-
|  || CE-30063-2 || File name too long
|-
|  || CE-30064-3 || Host is down
|-
|  || CE-30065-4 || No route to host
|-
|  || CE-30066-5 || Directory not empty
|-
|  || CE-30067-6 || Too many processes
|-
|  || CE-30068-7 || Too many users
|-
|  || CE-30069-8 || Disc quota exceeded
|-
|  || CE-30070-0 || Stale NFS file handle
|-
|  || CE-30071-1 || Too many levels of remote in path
|-
|  || CE-30072-2 || RPC struct is bad
|-
|  || CE-30073-3 || RPC version wrong
|-
|  || CE-30074-4 || RPC prog. not avail
|-
|  || CE-30075-5 || Program version wrong
|-
|  || CE-30076-6 || Bad procedure for program
|-
|  || CE-30077-7 || No locks available
|-
|  || CE-30078-8 || Function not implemented
|-
|  || CE-30079-9 || Inappropriate file type or format
|-
|  || CE-30080-1 || Authentication error
|-
|  || CE-30081-2 || Need authenticator
|-
|  || CE-30082-3 || Identifier removed
|-
|  || CE-30083-4 || No message of desired type
|-
|  || CE-30084-5 || Value too large to be stored in data type
|-
|  || CE-30085-6 || Operation canceled
|-
|  || CE-30086-7 || Illegal byte sequence
|-
|  || CE-30087-8 || Attribute not found
|-
|  || CE-30088-9 || Programming error
|-
|  || CE-30089-0 || Bad message
|-
|  || CE-30090-2 || Multihop attempted
|-
|  || CE-30091-3 || Link has been severed
|-
|  || CE-30092-4 || Protocol error
|-
|  || CE-30093-5 || Capabilities insufficient
|-
|  || CE-30094-6 || Not permitted in capability mode
|-
|  || CE-30095-7 || Block not ready
|-
|  || 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.
|-
|  || 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.
|-
|  || CE-30614-4 || out of memory
|-
|  || CE-30615-5 || file IO error
|-
|  || CE-30616-6 || invalid parameters
|-
|  || CE-30617-7 || invalid MAGIC code (system file broken)
|-
|  || CE-30618-8 || key's not found (system file broken)
|-
|  || CE-30619-9 || duplication of key (system file broken)
|-
|  || CE-30620-1 || invalid version(system file broken)
|-
|  || CE-30621-2 || invalid data size (system file broken)
|-
|  || CE-30791-0 || I/O error
|-
|  || CE-30792-1 || invalid argument
|-
|  || CE-30793-2 || permission denied
|-
|  || CE-30794-3 || no such device
|-
|  || CE-30795-4 || resource not found
|-
|  || CE-30796-5 || resource busy
|-
|  || CE-30797-6 || timer expired
|-
|  || CE-30798-7 || value too large to be stored in data type
|-
|  || CE-30799-8 || broken pipe
|-
|  || CE-30800-1 || interrupted system call
|-
|  || CE-30801-2 || not enough core
|-
|  || CE-30802-3 || operation not supported
|-
|  || CE-30803-4 || fatal error
|-
|  || CE-30804-5 || Tried to perform an operation (play release or get number of remaining samples) for the port not opened
|-
|  || CE-30805-6 || Tried to output while outputting audio
|-
|  || CE-30806-7 || Invalid port number
|-
|  || CE-30807-8 || Invalid pointer
|-
|  || CE-30808-9 || Cannot reserve a port(channel) any more
|-
|  || CE-30809-0 || Invalid sample length specified
|-
|  || CE-30810-2 || Invalid audio format
|-
|  || CE-30811-3 || Invalid sampling frequency
|-
|  || CE-30812-4 || Invalid volume value
|-
|  || CE-30813-5 || Invalid port type
|-
|  || CE-30814-6 || Invalid config type
|-
|  || CE-30815-7 || Not enough memory
|-
|  || CE-30816-8 || already initialized
|-
|  || CE-30817-9 || not initialized
|-
|  || CE-30818-0 || memory handling error
|-
|  || CE-30819-1 || system resourc error
|-
|  || CE-30820-3 || transfer event send error
|-
|  || CE-30821-4 || Invalid volume flag value
|-
|  || CE-30822-5 || undefined error
|-
|  || CE-30823-6 || Bad value of handle
|-
|  || CE-30824-7 || Invalid sample length
|-
|  || CE-30825-8 || Invalid sampling frequency
|-
|  || CE-30826-9 || Invalid bus type
|-
|  || CE-30827-0 || Invalid pointer value
|-
|  || CE-30828-1 || Invalid port parameter
|-
|  || CE-30829-2 || Cannot open port any more
|-
|  || CE-30830-4 || Not enough memory
|-
|  || CE-30831-5 || This port is not opened
|-
|  || CE-30832-6 || Tried to input while inputting
|-
|  || CE-30833-7 || Error due to relate of the system memory access
|-
|  || CE-30834-8 || Error due to the system IPC
|-
|  || CE-30836-0 || invalid argument
|-
|  || CE-30837-1 || invalid address
|-
|  || CE-30838-2 || invalid pixel format argument
|-
|  || CE-30839-3 || invalid pitch argument
|-
|  || CE-30840-5 || invalid widthheight argument
|-
|  || CE-30841-6 || invalid flip mode argument
|-
|  || CE-30842-7 || invalid tiling mode argument
|-
|  || CE-30843-8 || invalid aspect ratio argument
|-
|  || CE-30844-9 || the resource is in use
|-
|  || CE-30845-0 || invalid index
|-
|  || CE-30846-1 || invalid handle
|-
|  || CE-30847-2 || invalid event queue
|-
|  || CE-30848-3 || invalid event
|-
|  || CE-30849-4 || no empty slot found
|-
|  || CE-30850-6 || the specified slot is already occupied
|-
|  || CE-30851-7 || flip queue is already full
|-
|  || CE-30852-8 || invalid memory
|-
|  || CE-30853-9 || the buffer memory is not physically contiguous
|-
|  || CE-30854-0 || invalid memory alignment for the buffer
|-
|  || CE-30855-1 || unsupported output mode
|-
|  || CE-30856-2 || unknown error
|-
|  || CE-30857-3 || internal error
|-
|  || CE-30858-4 || Cannot allocate memory
|-
|  || CE-30866-3 || Parameter is invalid
|-
|  || CE-30867-4 || Already initialized
|-
|  || CE-30868-5 || Not initialized
|-
|  || CE-30869-6 || Camera is already open
|-
|  || CE-30870-8 || Camera is not open
|-
|  || CE-30871-9 || Streaming has started
|-
|  || CE-30872-0 || Streaming has not yet started
|-
|  || CE-30873-1 || Cannot start with specified format
|-
|  || CE-30874-2 || Cannot start with specified resolution
|-
|  || CE-30875-3 || Cannot open with specified frame rate
|-
|  || CE-30876-4 || Function timed out
|-
|  || CE-30877-5 || Unknown attribute
|-
|  || CE-30878-6 || The camera is busy.
|-
|  || CE-30879-7 || Unknown Configuration
|-
|  || CE-30880-9 || The frame has already been read.
|-
|  || CE-30881-0 || The Camera is not connected.
|-
|  || CE-30882-1 || The Function is not supported.
|-
|  || CE-30883-2 || Attribute cannot specify under this Configuration.
|-
|  || CE-30884-3 || Number of processes reached maximum.
|-
|  || CE-30885-4 || Number of processes reached maximum.
|-
|  || CE-30886-5 || Copyout failed.
|-
|  || CE-30887-6 || Copyin failed.
|-
|  || CE-30888-7 || Process create failed.
|-
|  || CE-30889-8 || Fatal error occurred
|-
|  || CE-31138-6 || This user already logged out
|-
|  || CE-31493-0 || Fatal error
|-
|  || CE-31494-1 || Invalid argument value detected
|-
|  || CE-31495-2 || Invalid FontMemory detected
|-
|  || CE-31496-3 || Invalid FontLibrary detected
|-
|  || CE-31497-4 || Invalid FontHandle detected
|-
|  || CE-31498-5 || Invalid FontGlyph detected
|-
|  || CE-31499-6 || Invalid FontRenderer detected
|-
|  || CE-31500-9 || Memory allocation failed
|-
|  || CE-31501-0 || File open failed
|-
|  || CE-31502-1 || Unsupported library
|-
|  || CE-31503-2 || Unsupported format
|-
|  || CE-31504-3 || Unsupported function
|-
|  || CE-31505-4 || Already specified
|-
|  || CE-31506-5 || Already attached
|-
|  || CE-31507-6 || Already opened font detected
|-
|  || CE-31508-7 || No cache buffer
|-
|  || CE-31509-8 || Unsupported font set
|-
|  || CE-31510-0 || Exceeding maximum number of font opens
|-
|  || CE-31511-1 || Failed in font opening process
|-
|  || CE-31512-2 || Failed in font closing process
|-
|  || CE-31513-3 || Unsupported code
|-
|  || CE-31514-4 || Glyph could not be found
|-
|  || CE-31515-5 || Unsupported surface
|-
|  || CE-31516-6 || Unset parameter
|-
|  || CE-31517-7 || Renderer is already bound
|-
|  || CE-31518-8 || Renderer is not bound
|-
|  || CE-31519-9 || Renderer could not allocate memory
|-
|  || CE-31520-1 || Render failed to render
|-
|  || CE-31521-2 || invalid pointer argument
|-
|  || CE-31522-3 || invalid state
|-
|  || CE-31523-4 || uninitialized context
|-
|  || CE-31524-5 || invalid pointer argument
|-
|  || CE-31525-6 || invalid state
|-
|  || CE-31526-7 || uninitialized context
|-
|  || CE-31527-8 || invalid pointer argument
|-
|  || CE-31528-9 || invalid state
|-
|  || CE-31529-0 || uninitialized context
|-
|  || CE-31530-2 || invalid pointer argument
|-
|  || CE-31531-3 || invalid state
|-
|  || CE-31532-4 || uninitialized context
|-
|  || CE-31533-5 || invalid pointer argument
|-
|  || CE-31534-6 || invalid state
|-
|  || CE-31535-7 || uninitialized context
|-
|  || CE-31536-8 || invalid pointer argument
|-
|  || CE-31537-9 || invalid state
|-
|  || CE-31538-0 || uninitialized context
|-
|  || CE-31539-1 || invalid pointer argument
|-
|  || CE-31540-3 || invalid state
|-
|  || CE-31541-4 || uninitialized context
|-
|  || CE-31542-5 || invalid pointer argument
|-
|  || CE-31543-6 || invalid state
|-
|  || CE-31544-7 || invalid digest size
|-
|  || CE-31545-8 || uninitialized context
|-
|  || CE-31546-9 || invalid pointer argument
|-
|  || CE-31547-0 || invalid digest size
|-
|  || CE-31548-1 || invalid pointer argument
|-
|  || CE-31549-2 || invalid pointer argument
|-
|  || CE-31550-4 || invalid state
|-
|  || CE-31551-5 || invalid size
|-
|  || CE-31552-6 || invalid pointer argument
|-
|  || CE-31553-7 || invalid state
|-
|  || CE-31554-8 || invalid size
|-
|  || CE-31555-9 || invalid pointer argument
|-
|  || CE-31556-0 || invalid state
|-
|  || CE-31557-1 || invalid size
|-
|  || CE-31558-2 || invalid pointer argument
|-
|  || CE-31559-3 || invalid state
|-
|  || CE-31560-5 || invalid size
|-
|  || CE-31561-6 || invalid pointer argument
|-
|  || CE-31562-7 || invalid state
|-
|  || CE-31563-8 || invalid size
|-
|  || CE-31564-9 || invalid pointer argument
|-
|  || CE-31565-0 || invalid state
|-
|  || CE-31566-1 || invalid size
|-
|  || CE-31567-2 || invalid pointer argument
|-
|  || CE-31568-3 || invalid state
|-
|  || CE-31569-4 || invalid size
|-
|  || CE-31570-6 || invalid pointer argument
|-
|  || CE-31571-7 || invalid state
|-
|  || CE-31572-8 || invalid size
|-
|  || CE-31573-9 || invalid pointer argument
|-
|  || CE-31574-0 || invalid state
|-
|  || CE-31575-1 || invalid size
|-
|  || CE-31576-2 || invalid pointer argument
|-
|  || CE-31577-3 || invalid state
|-
|  || CE-31578-4 || invalid size
|-
|  || CE-31579-5 || fatal error
|-
|  || CE-31580-7 || 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-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-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 - Common Errors ===
{{CE}}


=== E - Exception ===
|-
{{E}}
|  || 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.
|-
|  || E-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-32883-4 || Out of memory // Internal error // Turn off the PS4 and restart the system.
|-
|  || 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 || 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-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
|-
|  || CE-32894-6 || Common name check of server certificate failed
|-
|  || CE-32895-7 || Does not have certificate of RootCA that issued server certificate // An error has occured.
|-
|  || 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
|-
|  || 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-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-32958-7 || Application could not be started
|-
|  || 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-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
|-
|  || 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 || Internal error
|-
|  || 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-33125-4 || Unknown error
|-
|  || CE-33126-5 || Invalid parameter
|-
|  || 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-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-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-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-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-33991-5 || Get the status of the non HTTP_GET_200 in Internet connection. // Retry Internet Connection test.
|-
|  || 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-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. 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-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-34876-8 || This disc is not supported by the PS4.
|-
|  || CE-34877-9 || Cannot play PlayStation 3 format disc.
|-
|  || CE-34878-0 || Application has crashed. // Restart the application in the content area.
|-
|  || CE-30005-8 || 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.
|-
|  || 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-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.]
|-
|}


=== NP - PlayStation Network/Shop ===
=== E ===
{{NP}}
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
error has occurred (np-39232-9)
|- bgcolor="#cccccc"
! Name !! Errorcode !! Remarks
|-
|  || E-800085D1 || Connection to server failed. // The PS4 was unable to connect to the server. Please try again later. Refer to [https://support.us.playstation.com/app/answers/detail/a_id/237/session/L2F2LzEvdGltZS8xMzg3Mjc1ODk5L3NpZC9RcFR2RDFJbA%3D%3D PSN Status ].
|-
|  || E-80E80034 ||  // PSN connection related error.
|-
|  || E-8200002E || The credit card information is not valid. // Remove credit card from account, and then re-enter the credit card information. Refer to [https://support.us.playstation.com/app/answers/detail/a_id/346/kw/billing%20information#via_pc Add / Remove Billing Information].
|-
|  || E-82000102 || Server returned "Unknown Error" // Try again. If the error happens on PS Store, close the store and retry. If the error persists, exit store and Sign-out and Sign-in to PSN at [Settings] > [PSN].
|-
|  || E-82000113 || Voucher error // The server was unable to verify the voucher. Please try again later.
|-
|  || E-8200012F || The code you entered may not be correct or may no longer be valid. // Please check your entry.
|-
|  || E-82000134 || Product voucher region does not match the account's region // This product or content is not available in your account's country/region.
|-
|  || E-82000138 || Failed to add funds to wallet using a voucher or PSN card. // Verify that redeeming the code will not put your wallet over the $150 limit. If it does, redeem the code at a later date when your balance is lower. If you aren't at the limit and still get this error, please try again later. Refer to [https://support.us.playstation.com/app/answers/detail/a_id/509/session/L2F2LzEvdGltZS8xMzg3Mjc1ODk5L3NpZC9RcFR2RDFJbA%3D%3D Article on code redemption issues ].
|-
|  || E-82000163 || The home address registered on your PSN account does not match the address for your credit card. // It is not currently possible to change your address via the PS4's PSN settings, so you'll need to use the web browser (PS4, PC, or mobile device) to change it via [http://www.sonyentertainmentnetwork.com/ SonyEntertainmentNetwork.com].
|-
|  || E-82000171 || Credit card on file is invalid. // Verify that your credit card number and expiration date are valid and up to date. If this does not solve your issue, please [https://support.us.playstation.com/app/answers/detail/a_id/243 read this article on correcting billing errors.]
|-
|  || E-820001F7 || PSN is undergoing maintenance. // PSN is undergoing maintenance. Please try again later. You can [https://support.us.playstation.com/app/answers/detail/a_id/237/session/L2F2LzEvdGltZS8xMzg4NzY1NzcyL3NpZC9WOTNrenNKbA%3D%3D check the status of the PSN here].
|-
|  || E-8220400D || An error has occured.
|-
|  || E-82E0001D || Access to Sony Entertainment Network from this PS4 has been banned or temporarily suspended.
|-
|  || E-82E101F6 || Connection to server failed. // The PS4 was unable to connect to the server. Please try again later. Refer to [https://support.us.playstation.com/app/answers/detail/a_id/237/session/L2F2LzEvdGltZS8xMzg3Mjc1ODk5L3NpZC9RcFR2RDFJbA%3D%3D PSN Status ].
|-
|  || E-82F001F8 || Connection to server failed. // The PS4 was unable to connect to the server. Please try again later. Refer to [https://support.us.playstation.com/app/answers/detail/a_id/237/session/L2F2LzEvdGltZS8xMzg3Mjc1ODk5L3NpZC9RcFR2RDFJbA%3D%3D PSN Status ].
|-
|  || E-8F000001 || Purchased Failed - Doki Doki Universe. // Purchase the game directly from the PS Store, not from inside the game demo.
|-
|  || E-FFFFFFFF || System internal error. // Update your system software to the latest version. 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.
|-
|}


=== NW - NetWork ===
=== NP ===
{{NW}}
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Name !! Errorcode !! Remarks
|-
|  || NP-31734-8 || Sign into PSN to use network features
|-
|  || NP-31739-3 || Given application must be updated to use network features
|-
|  || NP-32091-5 || Trophy data is corrupted. // Step 1: Back up the save data using USB device or PS+ online storage, and then go to [Settings] > [Initialization] > [Initialize PS4] and try the PS4 initialization. Step 2: Transfer the saved data back to PS4 and retry the Trophy sync.
|-
|  || NP-35000-8 || PSN is undergoing maintenance // PSN is undergoing maintenance. 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.]
|-
|}


=== SU - Software Update ===
=== NW ===
{{SU}}
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Name !! Errorcode !! Remarks
|-
|  || NW-31144-3 || An error has occured.
|-
|  || NW-31172-4 || Connection to server failed. // Try Internet connection test at [Settings] > [Network] > [Test Internet Connection]. If you are able to connect, but still get the error, the server is likely busy. Please try again later.
|-
|  || NW-31194-8 || Connection was reset. // Restart the PS4 system. / The connection to the server has been lost.
|-
|  || NW-31200-6 || Download of newest Firmware failed.
|-
|  || NW-31367-0 || Could not open wireless device. // Restart the PS4 system.
|-
|  || NW-31453-6 || Delayed server response. // Try Internet connection test at [Settings] > [Network] > [Test Internet Connection]. Check that the internet status is valid.
|-
|  || NW-31456-9 || Timed out // Try Internet connection test at [Settings] > [Network] > [Test Internet Connection]. If you are able to connect, but still get the error, the server is likely busy. Please try again later.
|-
|  || NW-31484-0 || DNS server not specified // Restart the PS4 system.
|-
|}


=== WC - Web Client ===
=== SU ===
{{WC}}
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Name !! Errorcode !! Remarks
|-
|  || SU-30645-8 SU-30696-4 || Failed to update the system software. The update file may be corrupted. // If you are updating the system via Internet, go to [Settings] > [System Software Update] and retry update. If you are updating via USB storage device, delete the update file on USB and redownload the update file from playstation.com. Then retry updating at [Settings] > [System Software Update]
|-
|  || SU-30733-6 || The latest version of the system software is already installed. // No Action Required.
|-
|  || SU-34328-0 || An internal error occured. // Please try again later.
|-
|  || SU-30683-0 || Update via USB storage failed // Step 1: Go to Safe Mode, choose option 「7. Initialize PS4], and follow the onscreen instructions. [https://support.us.playstation.com/app/answers/detail/a_id/5044/session/L2F2LzEvdGltZS8xMzg5OTk2OTQyL3NpZC9UQkNBSURLbA%3D%3D You can find more information on Safe Mode here]. Step 2: If the error occurs again, please visit our [https://support.us.playstation.com/app/contact_options/session/L2F2LzEvdGltZS8xMzg5OTk2OTQyL3NpZC9UQkNBSURLbA%3D%3D Contact] page for additional technical support.
|-
|}


=== WS - Web {{unknown|Server}} ===
=== WV ===
{{WS}}
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Name !! Errorcode !! Remarks
|-
|  || WV-33898-1 || Could not connect to the server (generic resolve host error)
|-
|  || WV-33907-2 || Operation timeout. The specified time-out period was reached according to the conditions. // Connection timed out / connection error while receiving data. Network may not be stable now. Please retry after a while.
|-
|  || WV-33921-8 || Failure with receiving network data.
|-
|}


=== WV - Web View ===
{{WV}}




Please note that all contributions to PS4 Developer wiki are considered to be released under the GNU Free Documentation License 1.2 (see PS4 Developer wiki:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

To protect the wiki against automated edit spam, we kindly ask you to solve the following hCaptcha:

Cancel Editing help (opens in new window)