public abstract class Error
extends java.lang.Object
| Constructor and Description |
|---|
Error() |
| Modifier and Type | Method and Description |
|---|---|
static dafny.TypeDescriptor<Error> |
_typeDescriptor() |
static Error |
create_AwsCryptographyDbEncryptionSdkStructuredEncryption(Error AwsCryptographyDbEncryptionSdkStructuredEncryption) |
static Error |
create_AwsCryptographyKeyStore(software.amazon.cryptography.keystore.internaldafny.types.Error AwsCryptographyKeyStore) |
static Error |
create_AwsCryptographyMaterialProviders(software.amazon.cryptography.materialproviders.internaldafny.types.Error AwsCryptographyMaterialProviders) |
static Error |
create_AwsCryptographyPrimitives(software.amazon.cryptography.primitives.internaldafny.types.Error AwsCryptographyPrimitives) |
static Error |
create_CollectionOfErrors(dafny.DafnySequence<? extends Error> list,
dafny.DafnySequence<? extends java.lang.Character> message) |
static Error |
create_ComAmazonawsDynamodb(software.amazon.cryptography.services.dynamodb.internaldafny.types.Error ComAmazonawsDynamodb) |
static Error |
create_DynamoDbEncryptionException(dafny.DafnySequence<? extends java.lang.Character> message) |
static Error |
create_Opaque(java.lang.Object obj) |
static Error |
Default() |
Error |
dtor_AwsCryptographyDbEncryptionSdkStructuredEncryption() |
software.amazon.cryptography.keystore.internaldafny.types.Error |
dtor_AwsCryptographyKeyStore() |
software.amazon.cryptography.materialproviders.internaldafny.types.Error |
dtor_AwsCryptographyMaterialProviders() |
software.amazon.cryptography.primitives.internaldafny.types.Error |
dtor_AwsCryptographyPrimitives() |
software.amazon.cryptography.services.dynamodb.internaldafny.types.Error |
dtor_ComAmazonawsDynamodb() |
dafny.DafnySequence<? extends Error> |
dtor_list() |
dafny.DafnySequence<? extends java.lang.Character> |
dtor_message() |
java.lang.Object |
dtor_obj() |
boolean |
is_AwsCryptographyDbEncryptionSdkStructuredEncryption() |
boolean |
is_AwsCryptographyKeyStore() |
boolean |
is_AwsCryptographyMaterialProviders() |
boolean |
is_AwsCryptographyPrimitives() |
boolean |
is_CollectionOfErrors() |
boolean |
is_ComAmazonawsDynamodb() |
boolean |
is_DynamoDbEncryptionException() |
boolean |
is_Opaque() |
public static Error Default()
public static dafny.TypeDescriptor<Error> _typeDescriptor()
public static Error create_DynamoDbEncryptionException(dafny.DafnySequence<? extends java.lang.Character> message)
public static Error create_AwsCryptographyDbEncryptionSdkStructuredEncryption(Error AwsCryptographyDbEncryptionSdkStructuredEncryption)
public static Error create_AwsCryptographyMaterialProviders(software.amazon.cryptography.materialproviders.internaldafny.types.Error AwsCryptographyMaterialProviders)
public static Error create_AwsCryptographyKeyStore(software.amazon.cryptography.keystore.internaldafny.types.Error AwsCryptographyKeyStore)
public static Error create_AwsCryptographyPrimitives(software.amazon.cryptography.primitives.internaldafny.types.Error AwsCryptographyPrimitives)
public static Error create_ComAmazonawsDynamodb(software.amazon.cryptography.services.dynamodb.internaldafny.types.Error ComAmazonawsDynamodb)
public static Error create_CollectionOfErrors(dafny.DafnySequence<? extends Error> list, dafny.DafnySequence<? extends java.lang.Character> message)
public static Error create_Opaque(java.lang.Object obj)
public boolean is_DynamoDbEncryptionException()
public boolean is_AwsCryptographyDbEncryptionSdkStructuredEncryption()
public boolean is_AwsCryptographyMaterialProviders()
public boolean is_AwsCryptographyKeyStore()
public boolean is_AwsCryptographyPrimitives()
public boolean is_ComAmazonawsDynamodb()
public boolean is_CollectionOfErrors()
public boolean is_Opaque()
public dafny.DafnySequence<? extends java.lang.Character> dtor_message()
public Error dtor_AwsCryptographyDbEncryptionSdkStructuredEncryption()
public software.amazon.cryptography.materialproviders.internaldafny.types.Error dtor_AwsCryptographyMaterialProviders()
public software.amazon.cryptography.keystore.internaldafny.types.Error dtor_AwsCryptographyKeyStore()
public software.amazon.cryptography.primitives.internaldafny.types.Error dtor_AwsCryptographyPrimitives()
public software.amazon.cryptography.services.dynamodb.internaldafny.types.Error dtor_ComAmazonawsDynamodb()
public dafny.DafnySequence<? extends Error> dtor_list()
public java.lang.Object dtor_obj()