Back to Enso

Errors

distribution/lib/Standard/AWS/0.0.0-dev/docs/api/Errors.md

2025.3.41.1 KB
Original Source

Enso Signatures 1.0

module Standard.AWS.Errors

  • type AWS_SDK_Error
    • Error message:Standard.Base.Data.Text.Text
    • handle_java_errors ~action:Standard.Base.Any.Any -> Standard.Base.Any.Any
    • to_display_text self -> Standard.Base.Any.Any
  • type Invalid_AWS_URI
    • Error uri:Standard.Base.Data.Text.Text
    • to_display_text self -> Standard.Base.Any.Any
  • type More_Records_Available
    • Warning message:Standard.Base.Data.Text.Text
    • to_display_text self -> Standard.Base.Any.Any
  • type S3_Bucket_Not_Found
    • Error bucket:Standard.Base.Data.Text.Text
    • to_display_text self -> Standard.Base.Any.Any
  • type S3_Error
    • Error message:(Standard.Base.Data.Text.Text|Standard.Base.Nothing.Nothing) code:(Standard.Base.Data.Text.Text|Standard.Base.Nothing.Nothing)
    • to_display_text self -> Standard.Base.Any.Any
  • type S3_Key_Not_Found
    • Error bucket:Standard.Base.Data.Text.Text key:Standard.Base.Data.Text.Text
    • to_display_text self -> Standard.Base.Any.Any
  • type S3_Warning
    • to_display_text self -> Standard.Base.Any.Any
    • to_js_object self -> Standard.Base.Any.Any
    • to_text self -> Standard.Base.Any.Any