Table of Contents

Class SandboxError

Namespace
DotBoxD.Kernels.Sandbox
Assembly
DotBoxD.Kernels.dll
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

Code SandboxErrorCode
SafeMessage string
DiagnosticId string

Properties

Code

public SandboxErrorCode Code { get; init; }

Property Value

SandboxErrorCode

DiagnosticId

public string? DiagnosticId { get; init; }

Property Value

string

SafeMessage

public string SafeMessage { get; init; }

Property Value

string