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

Method message

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

* Builds the response decoding error message from the response status, optional description, and request details. * * @since 4.0.0

()

Source from the content-addressed store, hash-verified

231 * @since 4.0.0
232 */
233 override get message() {
234 const info = `${this.response.status} ${this.methodAndUrl}`
235 return formatMessage(formatReason(this._tag), this.description, info)
236 }
237}
238
239/**

Callers

nothing calls this directly

Calls 2

formatMessageFunction · 0.85
formatReasonFunction · 0.85

Tested by

no test coverage detected