Class ManagedIntegrationRuntimeError


  • public final class ManagedIntegrationRuntimeError
    extends Object
    Error definition for managed integration runtime.
    • Constructor Detail

      • ManagedIntegrationRuntimeError

        public ManagedIntegrationRuntimeError()
    • Method Detail

      • time

        public OffsetDateTime time()
        Get the time property: The time when the error occurred.
        Returns:
        the time value.
      • code

        public String code()
        Get the code property: Error code.
        Returns:
        the code value.
      • parameters

        public List<String> parameters()
        Get the parameters property: Managed integration runtime error parameters.
        Returns:
        the parameters value.
      • message

        public String message()
        Get the message property: Error message.
        Returns:
        the message value.
      • additionalProperties

        public Map<String,​Object> additionalProperties()
        Get the additionalProperties property: Error definition for managed integration runtime.
        Returns:
        the additionalProperties value.
      • withAdditionalProperties

        public ManagedIntegrationRuntimeError withAdditionalProperties​(Map<String,​Object> additionalProperties)
        Set the additionalProperties property: Error definition for managed integration runtime.
        Parameters:
        additionalProperties - the additionalProperties value to set.
        Returns:
        the ManagedIntegrationRuntimeError object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.