ClerkError constructor
ClerkError({})
Returns a new ClerkError instance.
Implementation
ClerkError({
required this.message,
required this.longMessage,
required this.code,
this.meta,
this.clerkTraceId,
});
Returns a new ClerkError instance.
ClerkError({
required this.message,
required this.longMessage,
required this.code,
this.meta,
this.clerkTraceId,
});