vitasdk
Documentation of the vitasdk

Exports for User. More...

Functions

int _sceErrorGetExternalString (char *error_string, int error_code)
 Convert an internal error code to an external one.
 

Detailed Description

Exports for User.


Using this library in your project

Include the header file in your project:

#include <psp2/error.h>


Link the library to the executable:

SceError_stub



Function Documentation

◆ _sceErrorGetExternalString()

int _sceErrorGetExternalString ( char *  error_string,
int  error_code 
)

Convert an internal error code to an external one.

Parameters
[out]error_string- External error code
[in]error_code- Internal error code
Returns
0 on success, < 0 on error.