JS Kit SDK API Reference / Errors / InvalidSubdomainError
Class: InvalidSubdomainError
Defined in: errors.ts:53
Thrown when a subdomain name is malformed or unsupported.
Extends
Constructors
Constructor
new InvalidSubdomainError(
message?):InvalidSubdomainError
Defined in: errors.ts:54
Parameters
message?
string
Returns
InvalidSubdomainError
Overrides
Properties
type
type:
ErrorType
Defined in: errors.ts:39