Editing Error Codes
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 4: | Line 4: | ||
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. | [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 == | == 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. | 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. | 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 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. | 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 == | == Error History == | ||
Line 64: | Line 64: | ||
{{SU}} | {{SU}} | ||
=== WS - Web {{unknown|Security}} === | |||
=== WS - Web {{unknown| | |||
{{WS}} | {{WS}} | ||
Line 77: | Line 74: | ||
{{Development}} | {{Development}} | ||
<noinclude> | <noinclude>[[Category:Main]]</noinclude> | ||
[[Category:Main]] | |||
</noinclude> |