Interface CloudErrorProvider

    • Method Detail

      • getErrorInfo

        @Nullable
        CloudErrorInfo getErrorInfo()
        Returns error information of there was an error. If not null value is returned, object is treated as errorneous, and will not be used. Returned error description will be shown in the IU. Object may change the returned value to null to indicate correct state.
        Returns:
        error info or null