You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
893 B
35 lines
893 B
// Copyright 2020 Siemens Digital Industries Software
|
|
// ==================================================
|
|
// Copyright 2013.
|
|
// Siemens Product Lifecycle Management Software Inc.
|
|
// All Rights Reserved.
|
|
// ==================================================
|
|
// Copyright 2020 Siemens Digital Industries Software
|
|
|
|
/**
|
|
@file
|
|
|
|
Epl0edalibrary errors
|
|
|
|
*/
|
|
|
|
#ifndef EPL0EDALIBRARY_ERRORS_H
|
|
#define EPL0EDALIBRARY_ERRORS_H
|
|
|
|
#include <common/emh_const.h>
|
|
#include <Epl0edalibrary/libEpl0edalibrary_exports.h>
|
|
|
|
/**
|
|
@defgroup EPL0EDALIBRARY_ERRORS EPL0EDALIBRARY Errors
|
|
@ingroup EPL0EDALIBRARY
|
|
@{
|
|
*/
|
|
|
|
/** An internal error has occurred in EDA library module: %1$. Please contact your system administrator. */
|
|
#define EPL0EDALIBRARY_internal_error (EMH_EPL0EDALIBRARY_error_base + 1)
|
|
|
|
/** @} */
|
|
|
|
#include <Epl0edalibrary/libEpl0edalibrary_undef.h>
|
|
#endif
|