FaasJS
Home
  • Guide
  • Documents
  • Starter Template
  • Changelog
  • Ecosystem

    • VS Code Plugin
    • Docker Images
  • Github
  • Contributing
  • Sponsor
  • Security
  • English
  • 简体中文
Home
  • Guide
  • Documents
  • Starter Template
  • Changelog
  • Ecosystem

    • VS Code Plugin
    • Docker Images
  • Github
  • Contributing
  • Sponsor
  • Security
  • English
  • 简体中文

Documents / @faasjs/browser / ResponseErrorProps

Type Alias: ResponseErrorProps

ResponseErrorProps = object

Properties

body?

optional body: any

Default

{ error: Error(message) }

headers?

optional headers: ResponseHeaders

Default

{}

message

message: string

originalError?

optional originalError: Error

status?

optional status: number

Default

500