Node.js SDK - BaseRequestEvent.onRejected

Home > @rainway/native > BaseRequestEvent > onRejected

BaseRequestEvent.onRejected property

Invoked when the request is rejected

Signature:

protected onRejected?: (reason?: string) => void;