Share via


FormMappingError Class

Definition

An error that occurred during the form mapping process.

public sealed class FormMappingError
type FormMappingError = class
Public NotInheritable Class FormMappingError
Inheritance
FormMappingError

Properties

AttemptedValue

Gets the attempted value that failed to map (if any).

Container

Gets or sets the instance that contains the property or element that failed to map.

ErrorMessages

Gets the list of error messages associated with the mapping errors for this field.

Name

Gets or sets the name of the property or element that failed to map.

Path

Gets or sets the full path from the model root to the property or element that failed to map.

Applies to