ShowPlayStationErrorDialog
PS5
If you were looking for the method for use with Unreal Engine, see ShowPlayStationErrorDialog for Unreal Engine SDK.
If you were looking for the method for use with Unreal Engine, see ShowPlayStationErrorDialog for Unreal Engine SDK.
Displays the error dialog of the PS5 system.
Function definition
public static void ShowPlayStationErrorDialog(int error_code);
Parameters
Name | Type | Description |
---|---|---|
error_code | int | the error code returned by the PS5 API |
Code sample
INTLAPI.ShowPlayStationErrorDialog(0x80431068);