HomeGuidesAPI Reference
HubBlogChangelogSupport ForumLog In
API Reference

Node.js SDK - RainwayError

Home > rainway-sdk-native > RainwayError

RainwayError class

An error thrown by the runtime. Check the logs also for more information. Any returned error *should* be accompanied by an Error level log.

Signature:

export declare class RainwayError extends Error 

Extends: Error

Constructors

ConstructorModifiersDescription
(constructor)(status, message)Constructs a new instance of the RainwayError class

Properties

PropertyModifiersTypeDescription
statusRainwayStatus