LeviLamina
Loading...
Searching...
No Matches
SentryEnvelopePayloadExceptionMechanism.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace cereal { struct ReflectionCtx; }
8// clang-format on
9
10struct SentryEnvelopePayloadExceptionMechanism {
11public:
12 // SentryEnvelopePayloadExceptionMechanism inner types define
13 enum class Type : int {
14 Unknown = 0,
15 UnhandledException = 1,
16 UnhandledPromiseRejection = 2,
17 CapturedException = 3,
18 };
19
20public:
21 // member variables
22 // NOLINTBEGIN
27 // NOLINTEND
28
29public:
30 // prevent constructor by default
31 SentryEnvelopePayloadExceptionMechanism& operator=(SentryEnvelopePayloadExceptionMechanism const&);
32 SentryEnvelopePayloadExceptionMechanism(SentryEnvelopePayloadExceptionMechanism const&);
33 SentryEnvelopePayloadExceptionMechanism();
34
35public:
36 // member functions
37 // NOLINTBEGIN
39 // NOLINTEND
40
41public:
42 // static functions
43 // NOLINTBEGIN
44 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
45 // NOLINTEND
46
47public:
48 // destructor thunk
49 // NOLINTBEGIN
50 MCNAPI void $dtor();
51 // NOLINTEND
52};
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14