Click or drag to resize

DepositOpErrors Enumeration

Errors related to the deposit attempt

Namespace:  Enerj.CDI.WebService.V4.Faults
Assembly:  Enerj.CDI.WebService.DTO2021 (in Enerj.CDI.WebService.DTO2021.dll) Version: 4.13.0.0 (4.13.0.0)
Syntax
C#
public enum DepositOpErrors
Members
  Member nameValueDescription
InternalServerError0 Generic Internal server error
InvalidAccessToken1 The access token is not valid
ContentError2 The content of data that should be preserved is not valid
InvalidArgument3 An argument of the ca
See Also