Class SecretApiKeyNotFound

  • All Implemented Interfaces:

    
    public final class SecretApiKeyNotFound
    extends Error
                        

    No workspace was found for the provided secret API key.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class com.fingerprint.android.Error

        getDescription, getEventId
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SecretApiKeyNotFound

        SecretApiKeyNotFound(String eventId, String errorDescription)
    • Method Detail