Class SandboxError
public sealed record SandboxError : IEquatable<SandboxError>
- Inheritance
-
SandboxError
- Implements
- Inherited Members
Constructors
SandboxError(SandboxErrorCode, string, string?)
public SandboxError(SandboxErrorCode Code, string SafeMessage, string? DiagnosticId = null)
Parameters
CodeSandboxErrorCodeSafeMessagestringDiagnosticIdstring
Properties
Code
public SandboxErrorCode Code { get; init; }
Property Value
DiagnosticId
public string? DiagnosticId { get; init; }
Property Value
SafeMessage
public string SafeMessage { get; init; }