My Project
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
PlayFab.PlayFabError Class Reference

Public Member Functions

override string ToString ()
 
string GenerateErrorReport ()
 This converts the PlayFabError into a human readable string describing the error. If error is not found, it will return the http code, status, and error.
 

Public Attributes

string ApiEndpoint
 
int HttpCode
 
string HttpStatus
 
PlayFabErrorCode Error
 
string ErrorMessage
 
Dictionary< string, List< string > > ErrorDetails
 
object CustomData
 
uint? RetryAfterSeconds = null
 

Member Function Documentation

◆ GenerateErrorReport()

string PlayFab.PlayFabError.GenerateErrorReport ( )
inline

This converts the PlayFabError into a human readable string describing the error. If error is not found, it will return the http code, status, and error.

Returns
A description of the error that we just incur.

The documentation for this class was generated from the following file: