Class SandboxError
Namespace: DotBoxD.Kernels.Sandbox
Assembly: DotBoxD.Kernels.dll
public sealed record SandboxError : IEquatable<SandboxError>Inheritance
Section titled “Inheritance”Implements
Section titled “Implements”Inherited Members
Section titled “Inherited Members”object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Constructors
Section titled “Constructors”SandboxError(SandboxErrorCode, string, string?)
Section titled “ SandboxError(SandboxErrorCode, string, string?)”public SandboxError(SandboxErrorCode Code, string SafeMessage, string? DiagnosticId = null)Parameters
Section titled “Parameters”Code SandboxErrorCode
SafeMessage string
DiagnosticId string?
Properties
Section titled “Properties”public SandboxErrorCode Code { get; init; }Property Value
Section titled “Property Value”DiagnosticId
Section titled “ DiagnosticId”public string? DiagnosticId { get; init; }Property Value
Section titled “Property Value”SafeMessage
Section titled “ SafeMessage”public string SafeMessage { get; init; }