ILocationRedirectionError Interface
Signature
export interface ILocationRedirectionError extends IDriverErrorBase
Extends: IDriverErrorBase
Properties
Property | Type | Description |
---|---|---|
errorType | DriverErrorType.locationRedirection | |
redirectUrl | IResolvedUrl |
Property Details
errorType
Signature
readonly errorType: DriverErrorType.locationRedirection;
Type: DriverErrorType.locationRedirection
redirectUrl
Signature
readonly redirectUrl: IResolvedUrl;
Type: IResolvedUrl