index.SpaceportErrorDocumentation Index
Fetch the complete documentation index at: https://docs.spaceport.xyz/llms.txt
Use this file to discover all available pages before exploring further.
Hierarchy
-
Error↳SpaceportError
Table of contents
Properties
constructor
• new SpaceportError(message, code?, details?): SpaceportError
Parameters
| Name | Type |
|---|---|
message | string |
code? | string |
details? | unknown |
Returns
SpaceportError
Overrides
Error.constructorProperties
code
•Optional code: string
details
•Optional details: unknown
