Files

28 lines
480 B
C#

// <auto-generated/> by Diplomat
#pragma warning disable 0105
using System;
using System.Runtime.InteropServices;
using Devolutions.IronRdp.Diplomat;
#pragma warning restore 0105
namespace Devolutions.IronRdp;
#nullable enable
public enum IronRdpErrorKind
{
Generic = 0,
PduError = 1,
EncodeError = 2,
DecodeError = 3,
CredsspError = 4,
Consumed = 5,
IO = 6,
AccessDenied = 7,
IncorrectEnumType = 8,
Clipboard = 9,
WrongOS = 10,
}