Class FgaApiAuthenticationError

  • All Implemented Interfaces:
    java.io.Serializable

    public class FgaApiAuthenticationError
    extends FgaError
    See Also:
    Serialized Form
    • Constructor Detail

      • FgaApiAuthenticationError

        public FgaApiAuthenticationError​(java.lang.String message,
                                         java.lang.Throwable cause,
                                         int code,
                                         java.net.http.HttpHeaders responseHeaders,
                                         java.lang.String responseBody)
      • FgaApiAuthenticationError

        public FgaApiAuthenticationError​(java.lang.String message,
                                         int code,
                                         java.net.http.HttpHeaders responseHeaders,
                                         java.lang.String responseBody)