EncodingErrorHandling
Namespace: Meshmakers.Octo.MeshAdapter.Nodes.Load
Handling of characters that cannot be represented in the configured upload encoding
public enum EncodingErrorHandling
Inheritance Object → ValueType → Enum → EncodingErrorHandling
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields
| Name | Value | Description |
|---|---|---|
| Replace | 0 | Replace each unencodable character with '?' and log a warning |
| Fail | 1 | Abort the upload before any data is written to the target |