Uses of Class
microsoft.dynamics.crm.complex.ErrorInfo
-
Packages that use ErrorInfo Package Description microsoft.dynamics.crm.complex -
-
Uses of ErrorInfo in microsoft.dynamics.crm.complex
Fields in microsoft.dynamics.crm.complex with type parameters of type ErrorInfo Modifier and Type Field Description protected List<ErrorInfo>TraceInfo. errorInfoListMethods in microsoft.dynamics.crm.complex that return ErrorInfo Modifier and Type Method Description ErrorInfoErrorInfo.Builder. build()ErrorInfoErrorInfo. withErrorCode(String errorCode)ErrorInfoErrorInfo. withUnmappedField(String name, Object value)Methods in microsoft.dynamics.crm.complex that return types with arguments of type ErrorInfo Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<ErrorInfo>TraceInfo. getErrorInfoList()com.github.davidmoten.odata.client.CollectionPage<ErrorInfo>TraceInfo. getErrorInfoList(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in microsoft.dynamics.crm.complex with parameters of type ErrorInfo Modifier and Type Method Description TraceInfo.BuilderTraceInfo.Builder. errorInfoList(ErrorInfo... errorInfoList)Method parameters in microsoft.dynamics.crm.complex with type arguments of type ErrorInfo Modifier and Type Method Description TraceInfo.BuilderTraceInfo.Builder. errorInfoList(List<ErrorInfo> errorInfoList)
-