--- sidebar_label: ConnectionCallback.reject --- # ConnectionCallback.reject() method #### Signature: ```typescript interface ConnectionCallback { reject(args: unknown): void; } ``` ## Parameters | Parameter | Type | Description | | --------- | ------- | ----------- | | args | unknown | | **Returns:** void