Enum APIResultTypes
API Results types returned from PRX calls contain details if the API call was successful, or if a warning or error was generated.
Namespace: Unity.PSN.PS5
Syntax
public enum APIResultTypes
Fields
| Name | Description |
|---|---|
| Error | An error had occured. |
| Success | Result was successful |
| Warning | A warning has occured. |