📄 rvmegacoerrors.h
字号:
/******************************************************************************
Filename : rvmegerrors.h
Description: Header file megaco errors
******************************************************************************
Copyright (c) 1999 RADVision Inc.
************************************************************************
NOTICE:
This document contains information that is proprietary to RADVision LTD.
No part of this publication may be reproduced in any form whatsoever
without written prior approval by RADVision LTD..
RADVision LTD. reserves the right to revise this publication and make
changes without obligation to notify any person of such revisions or
changes.
******************************************************************************
$Revision:$
$Date:12.11.00$
$Author: D.Elbert$
******************************************************************************/
#ifndef RV_MEGACOERRORS_H
#define RV_MEGACOERRORS_H
#define RV_MEGACOERROR_BAD_REQUEST 400 /* Bad Request */
#define RV_MEGACOERROR_PROTOCOL 401 /* Protocol Error */
#define RV_MEGACOERROR_UNAUTH 402 /* Unauthorized */
#define RV_MEGACOERROR_SYNTAX_TRANS 403 /* Syntax Error in Transaction */
#define RV_MEGACOERROR_NOTSPT_VERSION 406 /* Version Not Supported */
#define RV_MEGACOERROR_BAD_ID 410 /* Incorrect identifier */
#define RV_MEGACOERROR_UNKNWN_CTXTID 411 /* The transaction refers to an unknown ContextId */
#define RV_MEGACOERROR_NOTAVAIL_CTXTID 412 /* No ContextIDs available */
#define RV_MEGACOERROR_UNKNWN_ACTION 421 /* Unknown action or illegal combination of actions */
#define RV_MEGACOERROR_SYNTAX_ACTION 422 /* Syntax Error in Action */
#define RV_MEGACOERROR_UNKNWN_TERMID 430 /* Unknown TerminationID */
#define RV_MEGACOERROR_NOMATCH_TERMID 431 /* No TerminationID matched a wildcard */
#define RV_MEGACOERROR_NOTAVAIL_TERMID 432 /* Out of TerminationIDs or No TerminationID available */
#define RV_MEGACOERROR_INUSE_TERMID 433 /* TerminationID is already in a Context */
#define RV_MEGACOERROR_UNKNWN_PKG 440 /* Unsupported or unknown Package */
#define RV_MEGACOERROR_MISS_RMTDESCR 441 /* Missing RemoteDescriptor */
#define RV_MEGACOERROR_SYNTAX_CMD 442 /* Syntax Error in Command */
#define RV_MEGACOERROR_UNKNWN_CMD 443 /* Unsupported or Unknown Command */
#define RV_MEGACOERROR_UNKNWN_DESCR 444 /* Unsupported or Unknown Descriptor */
#define RV_MEGACOERROR_UNKNWN_PROPERTY 445 /* Unsupported or Unknown Property */
#define RV_MEGACOERROR_UNKNWN_PARAM 446 /* Unsupported or Unknown Parameter */
#define RV_MEGACOERROR_ILLEGAL_DESCR 447 /* Descriptor not legal in this command */
#define RV_MEGACOERROR_REPEAT_DESCR 448 /* Descriptor appears twice in a command */
#define RV_MEGACOERROR_PKG_PROPERTY 450 /* No such property in this package */
#define RV_MEGACOERROR_PKG_EVENT 451 /* No such event in this package */
#define RV_MEGACOERROR_PKG_SIGNAL 452 /* No such signal in this package */
#define RV_MEGACOERROR_PKG_STAT 453 /* No such statistic in this package */
#define RV_MEGACOERROR_PKG_PARAM 454 /* No such parameter value in this package */
#define RV_MEGACOERROR_ILLEGAL_DESCRPARAM 455 /* Parameter illegal in this Descriptor */
#define RV_MEGACOERROR_REPEAT_DESCRPARAM 456 /* Parameter or Property appears twice in this Descriptor */
#define RV_MEGACOERROR_ADDMULTIPLEX 471 /* Implied Add for Multiplex failure */
#define RV_MEGACOERROR_INTERNAL 500 /* Internal Gateway Error */
#define RV_MEGACOERROR_NOTIMPLEMENTED 501 /* Not Implemented */
#define RV_MEGACOERROR_NOTREADY 502 /* Not ready. */
#define RV_MEGACOERROR_NOTAVAIL_SRVC 503 /* Service Unavailable */
#define RV_MEGACOERROR_UNAUTH_CMD 504 /* Command Received from unauthorized entity */
#define RV_MEGACOERROR_CMD_NORESTART 505 /* Command Received before Restart Response */
#define RV_MEGACOERROR_NOTAVAIL_RSRC 510 /* Insufficient resources */
#define RV_MEGACOERROR_NOTSPT_EVENT 512 /* Media Gateway unequipped to detect requested Event */
#define RV_MEGACOERROR_NOTSPT_SIGNAL 513 /* Media Gateway unequipped to generate requested Signals */
#define RV_MEGACOERROR_NOTSPT_ANNOUNCE 514 /* Media Gateway cannot send the specified announcement */
#define RV_MEGACOERROR_NOTSPT_MEDIA 515 /* Unsupported Media Type */
#define RV_MEGACOERROR_NOTSPT_MODE 517 /* Unsupported or invalid mode */
#define RV_MEGACOERROR_FULL_EVENTBUFFER 518 /* Event buffer full */
#define RV_MEGACOERROR_FULL_DIGITMAP 519 /* Out of space to store digit map */
#define RV_MEGACOERROR_NO_DIGITMAP 520 /* Media Gateway does not have a digit map */
#define RV_MEGACOERROR_TERM_SRVCCHANGE 521 /* Termination is "ServiceChangeing" */
#define RV_MEGACOERROR_NOTAVAIL_BANDWIDTH 526 /* Insufficient bandwidth */
#define RV_MEGACOERROR_HARDWARE 529 /* Internal hardware failure */
#define RV_MEGACOERROR_NTWRK_TEMP 530 /* Temporary Network failure */
#define RV_MEGACOERROR_NTWRK_PERM 531 /* Permanent Network failure */
#define RV_MEGACOERROR_NOT_EXIST 581 /* Does Not Exist */
#endif /* RV_MEGERRORS_H */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -