MCPcopy Create free account
hub / github.com/Effect-TS/effect / RateLimitError

Class RateLimitError

packages/platform/node/test/HttpApi.test.ts:1424–1427  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1422
1423 it.effect("error from plain text", () => {
1424 class RateLimitError extends Schema.Error<RateLimitError>("RateLimitError")({
1425 _tag: Schema.tag("RateLimitError"),
1426 message: Schema.String
1427 }) {}
1428
1429 const RateLimitErrorSchema = Schema.String.pipe(
1430 Schema.decodeTo(

Callers

nothing calls this directly

Calls 1

tagMethod · 0.65

Tested by

no test coverage detected