CallCreateError
Raised by SignalWire.dial and the inbound-call flow when a call cannot be brought to the connecting state — typical causes are signaling-layer failure, authentication rejection, or the server refusing the call invite. The direction property distinguishes whether the failure occurred while placing an outbound call or accepting an inbound one.
Extends
Error
Constructors
Constructor
Parameters
message
Human-readable error message.
error
Underlying error that caused the call creation to fail, if any.
direction
Direction of the call that failed to create.
options
Standard ErrorOptions (e.g. cause).
Properties
direction
Direction of the call that failed to create.
error
Underlying error that caused the call creation to fail, if any.
message
Human-readable error message.