Class EconomyValidationException
Represents a validation error from the Economy service.
Implements
Inherited Members
RequestFailedException.ErrorCode
Namespace: Unity.Services.Economy
Assembly: Unity.Services.Economy.dll
Syntax
public class EconomyValidationException : EconomyException, ISerializable
Properties
Details
A list of errors returned from the API's Validation Error Response.
Declaration
public List<EconomyValidationErrorDetail> Details { get; }
Property Value
Type | Description |
---|---|
List<EconomyValidationErrorDetail> |