Skip to content

Errors: SsrOptionRequiredError

An error thrown when render is called on a router that was not created with the ssr option.

Extends

  • Error

Constructors

Constructor

ts
new SsrOptionRequiredError(): SsrOptionRequiredError;

Returns

SsrOptionRequiredError

Overrides

ts
Error.constructor

Methods

isError()

ts
static isError(error): error is Error;

Indicates whether the argument provided is a built-in Error instance or not.

Parameters

ParameterType
errorunknown

Returns

error is Error

Inherited from

ts
Error.isError

Properties

PropertyTypeInherited from
cause?unknownError.cause
messagestringError.message
namestringError.name
stack?stringError.stack