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

Method message

packages/effect/src/unstable/http/HttpClientError.ts:140–142  ·  view source on GitHub ↗

* Builds the request encoding error message from the optional description and request details. * * @since 4.0.0

()

Source from the content-addressed store, hash-verified

138 * @since 4.0.0
139 */
140 override get message() {
141 return formatMessage(formatReason(this._tag), this.description, this.methodAndUrl)
142 }
143}
144
145/**

Callers

nothing calls this directly

Calls 2

formatMessageFunction · 0.85
formatReasonFunction · 0.85

Tested by

no test coverage detected