Class ErrorDiagnostics.ErrorDiagnosticsBuilder
java.lang.Object
growthbook.sdk.java.diagnostics.model.ErrorDiagnostics.ErrorDiagnosticsBuilder
- Enclosing class:
- ErrorDiagnostics
-
Method Summary
Modifier and TypeMethodDescriptionbuild()SDK error code when the error exposes one.Sanitized error message.timestampMillis(long timestampMillis) Epoch-millis timestamp when the error was captured.toString()Simple class name for the captured error.
-
Method Details
-
type
Simple class name for the captured error.- Returns:
this.
-
code
SDK error code when the error exposes one.- Returns:
this.
-
message
Sanitized error message.- Returns:
this.
-
timestampMillis
Epoch-millis timestamp when the error was captured.- Returns:
this.
-
build
-
toString
-