1 write to Error
Microsoft.AspNetCore.Components.Endpoints (1)
FormMapping\FormDataMappingException.cs (1)
14
Error
= error;
4 references to Error
Microsoft.AspNetCore.Components.Endpoints.Tests (4)
Binding\FormDataMapperTests.cs (4)
126
Assert.NotNull(exception?.
Error
);
127
Assert.Equal("value", exception.
Error
.Key);
128
Assert.Equal("The value 'abc' is not valid for 'value'.", exception.
Error
.Message.ToString(reader.Culture));
129
Assert.Equal("abc", exception.
Error
.Value);