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_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_Opaque(java.lang.Object obj) |
static Error |
create_StructuredEncryptionException(dafny.DafnySequence<? extends java.lang.Character> message) |
static Error |
Default() |
software.amazon.cryptography.materialproviders.internaldafny.types.Error |
dtor_AwsCryptographyMaterialProviders() |
software.amazon.cryptography.primitives.internaldafny.types.Error |
dtor_AwsCryptographyPrimitives() |
dafny.DafnySequence<? extends Error> |
dtor_list() |
dafny.DafnySequence<? extends java.lang.Character> |
dtor_message() |
java.lang.Object |
dtor_obj() |
boolean |
is_AwsCryptographyMaterialProviders() |
boolean |
is_AwsCryptographyPrimitives() |
boolean |
is_CollectionOfErrors() |
boolean |
is_Opaque() |
boolean |
is_StructuredEncryptionException() |
public static Error Default()
public static dafny.TypeDescriptor<Error> _typeDescriptor()
public static Error create_StructuredEncryptionException(dafny.DafnySequence<? extends java.lang.Character> message)
public static Error create_AwsCryptographyMaterialProviders(software.amazon.cryptography.materialproviders.internaldafny.types.Error AwsCryptographyMaterialProviders)
public static Error create_AwsCryptographyPrimitives(software.amazon.cryptography.primitives.internaldafny.types.Error AwsCryptographyPrimitives)
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_StructuredEncryptionException()
public boolean is_AwsCryptographyMaterialProviders()
public boolean is_AwsCryptographyPrimitives()
public boolean is_CollectionOfErrors()
public boolean is_Opaque()
public dafny.DafnySequence<? extends java.lang.Character> dtor_message()
public software.amazon.cryptography.materialproviders.internaldafny.types.Error dtor_AwsCryptographyMaterialProviders()
public software.amazon.cryptography.primitives.internaldafny.types.Error dtor_AwsCryptographyPrimitives()
public dafny.DafnySequence<? extends Error> dtor_list()
public java.lang.Object dtor_obj()