Appearance
Rule.io SDK / client/src / RuleClientError
Class: RuleClientError
Defined in: client/src/errors.ts:165
Error thrown when the client is called incorrectly — missing credentials, invalid method arguments, or unsatisfied preconditions.
Extends
Error
Constructors
Constructor
new RuleClientError(
message,options?):RuleClientError
Defined in: client/src/errors.ts:166
Parameters
message
string
options?
cause?
unknown
Returns
RuleClientError
Overrides
Error.constructor