Interface ActError.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ActError.Builder,ActError>, SdkBuilder<ActError.Builder,ActError>, SdkPojo
Enclosing class:
ActError

@Mutable @NotThreadSafe public static interface ActError.Builder extends SdkPojo, CopyableBuilder<ActError.Builder,ActError>
  • Method Details

    • message

      ActError.Builder message(String message)

      A human-readable description of the error that occurred.

      Parameters:
      message - A human-readable description of the error that occurred.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • type

      The type or category of error that occurred.

      Parameters:
      type - The type or category of error that occurred.
      Returns:
      Returns a reference to this object so that method calls can be chained together.