Interface ServiceError.Builder

  • Method Details

    • serviceErrorId

      ServiceError.Builder serviceErrorId(String serviceErrorId)

      The error ID.

      Parameters:
      serviceErrorId - The error ID.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • stackId

      ServiceError.Builder stackId(String stackId)

      The stack ID.

      Parameters:
      stackId - The stack ID.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • instanceId

      ServiceError.Builder instanceId(String instanceId)

      The instance ID.

      Parameters:
      instanceId - The instance ID.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • type

      The error type.

      Parameters:
      type - The error type.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • message

      ServiceError.Builder message(String message)

      A message that describes the error.

      Parameters:
      message - A message that describes the error.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdAt

      ServiceError.Builder createdAt(String createdAt)

      When the error occurred.

      Parameters:
      createdAt - When the error occurred.
      Returns:
      Returns a reference to this object so that method calls can be chained together.