/// <inheritdoc/> public override void ReportError(EvaluationErrors errors, ModuleLiteral environment, LineInfo location, Expression expression, Context context) { string additionalInformation = string.IsNullOrEmpty(WrappedException.Message) ? string.Empty : I($" : {WrappedException.Message}"); errors.ReportFileOperationError(environment, expression, additionalInformation, location); }
/// <inheritdoc/> public override void ReportError( EvaluationErrors errors, ModuleLiteral environment, LineInfo location, Expression expression, Context context) { errors.ReportFileNotFoundInStaticDirectory(environment, AbsolutePathToUnknownFile, location); }
/// <inheritdoc/> public override void ReportError(EvaluationErrors errors, ModuleLiteral environment, LineInfo location, Expression expression, Context context) { errors.ReportInputValidationException(environment, this, location); }
/// <inheritdoc /> public override void ReportError(EvaluationErrors errors, ModuleLiteral environment, LineInfo location, Expression expression, Context context) { errors.ReportJsonUnsuportedDynamicFieldsForSerialization(environment, this, location); }
/// <inheritdoc/> public override void ReportError(EvaluationErrors errors, ModuleLiteral environment, LineInfo location, Expression expression, Context context) { errors.ReportDivideByZeroException(environment, expression, location); }
/// <inheritdoc /> public override void ReportError(EvaluationErrors errors, ModuleLiteral environment, LineInfo location, Expression expression, Context context) { errors.ReportXmlInvalidStructure(environment, this, location); }
/// <inheritdoc /> public override void ReportError(EvaluationErrors errors, ModuleLiteral environment, LineInfo location, Expression expression, Context context) { errors.ReportUnsupportedTypeValueObjectException(environment, this, location); }
/// <inheritdoc/> public override void ReportError(EvaluationErrors errors, ModuleLiteral environment, LineInfo location, Expression expression, Context context) { errors.ReportUndefinedSetItem(environment, ErrorContext, Message, location); }
/// <inheritdoc/> public override void ReportError(EvaluationErrors errors, ModuleLiteral environment, LineInfo location, Expression expression, Context context) { m_logAction(errors); }
/// <inheritdoc/> public override void ReportError(EvaluationErrors errors, ModuleLiteral environment, LineInfo location, Expression expression, Context context) { errors.DirectoryNotSupportedException(environment, expression, location); }
/// <inheritdoc/> public override void ReportError(EvaluationErrors errors, ModuleLiteral environment, LineInfo location, Expression expression, Context context) { errors.ReportContractRequire(environment, expression, Message, location); }
/// <inheritdoc/> public override void ReportError(EvaluationErrors errors, ModuleLiteral environment, LineInfo location, Expression expression, Context context) { errors.ReportContractFail(environment, Message, location, context.GetStackTraceAsString(UniversalLocation.FromLineInfo(location, environment.Path, context.PathTable))); }
/// <inheritdoc/> public override void ReportError(EvaluationErrors errors, ModuleLiteral environment, LineInfo location, Expression expression, Context context) { errors.ReportQualifierCannotBeCoarcedToQualifierSpace(environment, QualifierId, QualifierSpaceId, location); }
/// <inheritdoc /> public override void ReportError(EvaluationErrors errors, ModuleLiteral environment, LineInfo location, Expression expression, Context context) { errors.ReportDisallowedUnsafeAmbientCallError(environment, expression, MethodName, location); }
/// <inheritdoc /> public override void ReportError(EvaluationErrors errors, ModuleLiteral environment, LineInfo location, Expression expression, Context context) { errors.ReportKeyFormDllLoadedWithDifferentDll(environment, this, location); }
/// <inheritdoc/> public override void ReportError(EvaluationErrors errors, ModuleLiteral environment, LineInfo location, Expression expression, Context context) { errors.ReportArithmeticOverflow(environment, expression, location); }
/// <inheritdoc /> public override void ReportError(EvaluationErrors errors, ModuleLiteral environment, LineInfo location, Expression expression, Context context) { errors.ReportKeyFormDllWrongFileName(environment, this, location); }
/// <inheritdoc/> public override void ReportError(EvaluationErrors errors, ModuleLiteral environment, LineInfo location, Expression expression, Context context) { errors.ReportInvalidKeyValueMap(environment, ErrorContext, Message, location); }
/// <inheritdoc/> public override void ReportError(EvaluationErrors errors, ModuleLiteral environment, LineInfo location, Expression expression, Context context) { errors.ReportInvalidRadix(environment, expression, location, m_radix); }
public static ItemIndexError ConvertSearchErrorCode(EvaluationErrors searchErrorCode) { return(NonIndexableItem.ConvertSearchErrorCode(searchErrorCode.ToString())); }