Uses of Class
microsoft.dynamics.crm.enums.ErrorType
-
Packages that use ErrorType Package Description microsoft.dynamics.crm.complex microsoft.dynamics.crm.enums -
-
Uses of ErrorType in microsoft.dynamics.crm.complex
Fields in microsoft.dynamics.crm.complex declared as ErrorType Modifier and Type Field Description protected ErrorTypeValidationIssue. errorTypeMethods in microsoft.dynamics.crm.complex that return types with arguments of type ErrorType Modifier and Type Method Description Optional<ErrorType>ValidationIssue. getErrorType()Methods in microsoft.dynamics.crm.complex with parameters of type ErrorType Modifier and Type Method Description ValidationIssue.BuilderValidationIssue.Builder. errorType(ErrorType errorType)ValidationIssueValidationIssue. withErrorType(ErrorType errorType) -
Uses of ErrorType in microsoft.dynamics.crm.enums
Methods in microsoft.dynamics.crm.enums that return ErrorType Modifier and Type Method Description static ErrorTypeErrorType. valueOf(String name)Returns the enum constant of this type with the specified name.static ErrorType[]ErrorType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-