Table of Contents

Class Error

Namespace
PrivMX.Endpoint.Core.Models
Assembly
PrivMX.Endpoint.dll

Represents exception data from the native library.

public class Error
Inheritance
Error
Inherited Members

Properties

Code

ID of the native exception.

public long Code { get; set; }

Property Value

long

Description

Addtional detailed description.

public string? Description { get; set; }

Property Value

string

Full

Serialized exception data.

public string? Full { get; set; }

Property Value

string

Message

Readable error message.

public string? Message { get; set; }

Property Value

string

Name

Name of the native exception.

public string? Name { get; set; }

Property Value

string

Scope

Source module.

public string? Scope { get; set; }

Property Value

string