Package ai.extend.wrapper.errors
Class SignedUrlNotAllowedError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- ai.extend.wrapper.errors.SignedUrlNotAllowedError
-
- All Implemented Interfaces:
java.io.Serializable
public class SignedUrlNotAllowedError extends java.lang.RuntimeExceptionException thrown when a signed URL payload is received but not allowed.This error is thrown when
verifyAndParse()receives a webhook with a signed URL payload but theallowSignedUrloption is not enabled.To handle signed URL payloads, either:
- Pass
allowSignedUrl=truetoverifyAndParse() - Configure your webhook endpoint in the Extend dashboard to not use signed URLs
-
-
Constructor Summary
Constructors Constructor Description SignedUrlNotAllowedError()Creates a new SignedUrlNotAllowedError with a default message.
-