UNPKG

671 BTypeScriptView Raw
1/** JSDoc
2 * @deprecated Use string literals - if you require type casting, cast to EventStatus type
3 */
4export declare enum Status {
5 /** The status could not be determined. */
6 Unknown = "unknown",
7 /** The event was skipped due to configuration or callbacks. */
8 Skipped = "skipped",
9 /** The event was sent to Sentry successfully. */
10 Success = "success",
11 /** The client is currently rate limited and will try again later. */
12 RateLimit = "rate_limit",
13 /** The event could not be processed. */
14 Invalid = "invalid",
15 /** A server-side error occurred during submission. */
16 Failed = "failed"
17}
18//# sourceMappingURL=status.d.ts.map
\No newline at end of file