Click or drag to resize

InputValidationFault Class

This fault type returns for errors involving input validation.

There is a wide range of validation errors.

To resolve an error of this type, read the error response and adjust the integration to pass expected input.

Often the error response will give advice on how to obtain valid input for the offending field.

Inheritance Hierarchy
SystemObject
  ASI.TAM.API.Web.EpicSDKInputValidationFault
Namespace:  ASI.TAM.API.Web.EpicSDK
Assembly:  ASI.TAM.API.Web.EpicSDK (in ASI.TAM.API.Web.EpicSDK.dll) Version: 2021.1.0.1
Syntax
public sealed class InputValidationFault

The InputValidationFault type exposes the following members.

Properties
  NameDescription
Public propertyDescription
A description of the fault.
Public propertyExceptionFile
The name of the exception file.
Public propertyFieldName
The name of the property throwing the fault.
Public propertyIsLengthExceededFault
Boolean value indicating if maximum length of this property has been exceeded.
Public propertyMaximumValueorLength
The maximum value or length of the property throwing the fault.
Public propertyMethodName
The name of the method throwing the fault.
Top
Remarks