<PackageReference Include="Relativity.ObjectManager" Version="12.0.78.6" />

ServiceExceptionWrapper

public Dictionary<string, object> AdditionalInfo { get; set; }

public object ErrorDetails { get; set; }

public string ErrorType { get; set; }

public string Identifier { get; set; }

public bool IsFullyPopulated { get; }

public string Message { get; set; }

public static T ConvertDynamic<T>(object valueToConvert)

public static ServiceExceptionWrapper FromException(ServiceException ex, bool includeErrorDetails)

public static string GenerateExceptionMessage(Exception ex)

public static string GetExceptionIdentifier(ServiceException ex)