Class DiagnosticConditionResponse


  • public final class DiagnosticConditionResponse
    extends java.lang.Object
    • Method Detail

      • code

        public java.lang.String code()
        Returns:
        The opaque diagnostic code.
      • message

        public java.lang.String message()
        Returns:
        The human-readable message describing the condition in detail. Localized in the Accept-Language of the client request.
      • since

        public java.lang.String since()
        Returns:
        The UTC timestamp of when the condition started. Customers should be able to find a corresponding event in the ops log around this time.