Flex error code list

Source: Internet
Author: User
Tags socket error

In ActionScript 3.0, whether compiled in rigorous mode or warning mode, runtime type check is performed.
Code Message description
1000 the system memory is insufficient. The available system memory cannot meet the needs of Flash Player code compilation. Disable some running applications or processes on the system.
1001 no implementation method _.
1002 Number. The toPrecision range is 1 to 21. Number. toFixed and Number. toExponential ranges from 0 to 20. The specified value is not within the expected range. The specified value is not within the expected range of the precision parameter. Number. toPrecision ranges from 1 to 21. Number. toFixed and Number. toExponential ranges from 0 to 20.
1003 the radix parameter must be between 2 and 36; get _. The value passed for the radix parameter of the method or attribute is less than 2 or greater than 36. Please pass a value between 2 and 36 as the radix parameter.
1004 call method _ For incompatible objects _. The method to be called is not applicable to the specified object. If you have copied a prototype function from one object to another and then called this function, but the type of the target object is different from that of the original object, this error occurs. Make sure that the target object is of the same type as the original object. For more information, see Chapter 3rd in ECMAScript Language Specification (ECMAScript Language Specification) 15th.
1005 The array index is not a positive integer (_). Try to use a group of non-positive integer index value members. Only a positive integer is passed as the index value of the array.
1006 _ is not a function. This error occurs when you try to call a function that does not exist. Make sure that the correct function is being called and this API has not been changed since corner 2.0. In addition, make sure that you are using the correct object. For example, this error occurs when you use the following code (the variable big is called due to the last line error and the variable blg is not called ):
Var blg: String = "foo ";
Var big: Sprite = new Sprite ();
Var error: int = big. length ();
1007 try to instantiate non-constructor.
1008 _ the reference is not clear; Multiple matching bindings are found.
1009 properties or methods referenced by null objects cannot be accessed. Objects whose calculation result is null can not contain any attribute. This error may occur in some unexpected (even valid) situations. The following code creates a Sprite object is used as an example. Since this Sprite object has never been added to the display list (using the addChild () method of the DisplayObjectContainer object), its stage attribute is set to null. In this case, this example generates this error because the stage attribute of the Sprite object cannot have any attributes:
Import flash. display. Sprite;
Var sprite1: Sprite = new Sprite ();
Var q: String = sprite1.stage. quality;
1010 the term is undefined and has no attributes. This error occurs if you try to access attributes of an object that does not exist. For example:
Var obj: Object = new Object ();
Obj. a = "foo ";
Trace (obj. b. prop); this error may also occur due to spelling errors. In the following example, mc indicates displaying the MovieClip object in the list, the lower-case letter s in the stage attribute is incorrectly spelled as the upper-case letter S (which should be stage ):
Trace (mc. Stage. quality );
1011 method _ contains invalid opcode _ at offset _. See note at the bottom of this table. *
1012 the last command exceeds the code size. See note at the bottom of this table. *
When scopeDepth is 1013, OP_findproperty cannot be called. See note at the bottom of this table. *
1014 the _ class cannot be found.
1015 method _ the default xml namespace cannot be set. Please refer to the note at the bottom of this table. *
Type 1016 _ does not support descendant operators (..).
1017 the scope stack overflow occurs. See note at the bottom of this table. *
1018 the scope stack overflows. See note at the bottom of this table. *
1019 Getscopeobject _ is out of the range. See note at the bottom of this table. *
1020 the Code cannot be separated from the end of a method. See note at the bottom of this table. *
1021 at least one branch target in the method is not in the valid instruction. See note at the bottom of this table. *
1022 the void type can only be used as the function return type. See note at the bottom of this table. *
1023 stack overflow occurs. See note at the bottom of this table. *
1024 stack overflow occurs. See note at the bottom of this table. *
1025 invalid register _ is accessed _. See note at the bottom of this table. *
1026 slot _ exceeding _ slotCount = _. See note at the bottom of this table. *
1027 Method_info _ exceeds method_count = _. See note at the bottom of this table. *
1028 Disp_id _ max_disp_id = _ exceeding _. See note at the bottom of this table. *
1029 Disp_id _ is not defined in _. See note at the bottom of this table. *
1030 the stack depth is unbalanced. _! = _. See note at the bottom of this table. *
1031 the scope depth is unbalanced. _! = _. See note at the bottom of this table. *
1032 Cpool index _ out of range _. See note at the bottom of this table. *
1033 Cpool entry _ type error. See note at the bottom of this table. *
1034 type forced failure: cannot convert _ _.
1035 there is an invalid super expression in method. See note at the bottom of this table. *
1037 method _ that cannot be allocated _. See note at the bottom of this table. *
1038 defined _. Variables or functions with the same identifier name cannot be declared multiple times within the same scope. In ActionScript 3.0, different code blocks (such as those used in two for loops in the same function definition) are considered to be within the same scope. See note at the bottom of this table. *
1039 the method can be verified only after it is referenced. See note at the bottom of this table. *
1040 the right side of instanceof must be a class or function. The expression on the right of the instanceof operator must be a class or function.
The right side of the 1041 operator must be a class. The expression on the right of the is operator must be a class.
1042 is not an ABC file. Major_version = _ minor_version = _. Invalid file used for player playback attempt: the tool used to generate this SWF may have expired, or the SWF may be corrupted.
1043 code_length = _ invalid. See note at the bottom of this table. *
1044 MethodInfo-_ does not support flags = _. See note at the bottom of this table. *
1045 does not support traits kind = _. See note at the bottom of this table. *
1046 reference MethodInfo-_ before definition -_. See note at the bottom of this table. *
1047 no entry point found. See note at the bottom of this table. *
1049 the prototype object must be a vanilla object. See note at the bottom of this table. *
1050 cannot convert _ to the original type. See note at the bottom of this table. *
1051 illegal early binding of access _. See note at the bottom of this table. *
1052 the URI passed to the _ function is invalid. See note at the bottom of this table. *
1053 the value of _ is invalid _. See note at the bottom of this table. *
1054 invalid range or target offset in the exception handling function. See note at the bottom of this table. *
1056 you cannot create Attribute _ in _. Attempting to assign a value for a property that does not exist in a non-dynamic instance. This operation is only applicable to dynamic instances.
1057 _ can only contain methods. See note at the bottom of this table. *
1058 invalid operand type: _ must be _. See note at the bottom of this table. *
1059 reference ClassInfo-_ before definition -_. See note at the bottom of this table. *
1060 ClassInfo _ exceeds class_count = _. See note at the bottom of this table. *
1061 converting value _ to _ will result in loss of precision. This error occurs if you try to assign decimal places to the int type attribute.
This error also occurs if the value assignment is out of the range, as shown below:
Var m0: int = 2147483648; // This error occurs when the bitwise left shift operator (<) is used for var m0: int = 2147483647; // int. MAX_VALUE =. For example, consider the following code:
Var m0: uint = 0xFF;
Var m1: uint = m0 <24; the result of the Left shift operator (<) is interpreted as the number of completion codes of 32-Bit Signed 2. In this example, the result is a negative value. If you assign this result to a uint type attribute, an error occurs. The solution is as follows:
Var m0: uint = 0xFF;
Var m1: uint = uint (m0 <24 );
The number of parameters in 1063 _ does not match. Expected Value: _. Expected Value _.
1064 method _ cannot be called as a constructor. The extracted methods are permanently bound to the objects that extract these methods. Therefore, these methods cannot be called as constructors in the future. For example, the following code creates function f () in Class ():
Class {
Function f (){}
} In the following code, extracting this function will not produce errors. However, an error occurs when a new instance of this function is created.
Var a = new ()
Var m = a. f // extract f, don't call it
M () // same as a. f ()
New m () // causes this error
1065 undefined variable _. The vocabulary reference you are using is undefined. For example, in the following statement, because x is not defined, the trace (x) Statement will generate an error. However, because y is defined, the trace (y) statement does not generate an error:
Trace ("hello world ")
Trace (x) // x is undefined
Var y
Trace (y) // No error, y is defined.
1066 form functions ("function bodies") are not supported "). Unlike JavaScript, Flash does not use eval () and function () to dynamically compile code. Therefore, this error is generated when you call it in ActionScript 3.0 as a constructor.
1067 the native method _ contains an invalid method body. See note at the bottom of this table. *
1068 cannot coordinate _ and _. See note at the bottom of this table. *
1069 property _ on _ cannot be found, no default value. Undefined attributes are referenced in non-dynamic class instances. For example, this error is generated when the following code references an undefined and cannot dynamically create an x attribute:
Class A {}// sealed class, not dynamic
Trace (new A (). x) // no property x defined on A, and A is not dynamic
1070 the method _ was not found on _. Calling the function using the super statement, but the function does not exist in the super class. For example, the following code generates this error:
Class (){}
Class B extends {
Function f () {trace (super. f ();} // error 1070, there is no f on
}
1071 function _ has been bound _.
1072 Disp_id 0 is invalid. See note at the bottom of this table. *
1073 because duplicate disp_id _ exists, the non-override method _ has been replaced _. See note at the bottom of this table. *
1074 read-only attribute _ is written illegally on _.
1075 Math is not a function. Trying to call math () as a function, but Math is a class with a static method.
1076 Math is not a constructor. The Math class cannot be instantiated.
1077 read and write only properties on _.
1078 invalid opcode/multiname combination: _ <_>. See note at the bottom of this table. *
1079 native methods cannot be used in code loading. See note at the bottom of this table. *
1080 The namespace value is invalid. See note at the bottom of this table. *
1081 property _ on _ cannot be found, no default value.
1082 no default namespace is set. See note at the bottom of this table. *
1083 the prefix "_" of the element "_" is not bound. The attribute name or element name has a prefix, but no matching namespace is found. Because there is no foo namespace that matches foo: x, this statement is generated incorrectly:
<Foo: x xmlns: clowns = 'HTTP: // circuscenter.org '>
1084 the element or attribute ("_") does not match the QName generation: QName: = (NCName ':')? NCName. Use foo: Or: foo as the element or attribute name, but the other side of the colon has no content.
1085 the element type "_" must be terminated by the matched end tag "</_>".
1086 method _ only applies to a list containing one item. If the list of XMLList classes contains only one item, this class will spread XML-specific functions to one of its subclasses. If the list contains multiple items, the routine fails due to an error. This error occurs when the XMLList function simulating the XML function is as follows:
AddNamespace, appendChild, childIndex, inScopeNamespaces, region, region, name, namespace, localName, namespaceDeclarations, nodeKind, prependChild, removeNamespace, replace, setChildren, setLocalName, setName and setNamespace.
1087 do not assign values to XML indexes that have been created.
1088 the tag format behind the root element in the document must be correct. The following are the possible causes of this error:
Analyze the XMLList style object as XML
Unbalanced string
1089 assignment to a list containing multiple items is not supported.
1090 XML analyzer failed: the element format is incorrect. The element name format is incorrect. The element name format in this example is incorrect because the right angle brackets at the end are missing:
<A/> <B> </B
1091 XML analyzer failed: the CDATA section is not complete.
1092 XML analyzer failed: XML declaration is not completed.
1093 XML analyzer failed: DOCTYPE declaration is not complete.
1094 XML analyzer failed: the comment has not ended.
1095 XML analyzer failed: the property has not ended.
1096 XML analyzer failed: the element has not ended.
1097 XML analyzer failed: instruction processing has not ended.
1098 the prefix _ used for non-namespace is invalid. If you try to pass in an empty URI with a non-null prefix, this namespace constructor will cause this error, as shown in this example:
Ns = new Namespace ("prefix ","");
1100 the flag cannot be provided when constructing another RegExp from one RegExp. When a new regular expression is created by an existing regular expression, the flag of the existing expression is also copied. To create a regular expression with different logos, use the new operator and set the flag as needed. For example, this statement creates a regular expression and specifies the flag settings:
Var re: RegExp = new RegExp ("ali",/s) This statement can also create a regular expression with the same flag as the re:
Var re2: RegExp = new RegExp (re ,...)
1101 unable to verify method_with unknown scopes _. See note at the bottom of this table. *
The default value of Type _ 1102 is invalid. See note at the bottom of this table. *
1103 _ class cannot extend the final base class. See note at the bottom of this table. *
1104 "_" is specified for the element "_".
1107 ABC data is corrupted. The system tries to read data out of the specified range. See note at the bottom of this table. *
1108 OP_newclass opcode is used for the error base class. See note at the bottom of this table. *
1109 try to directly call function _ with an undefined range from method _. See note at the bottom of this table. *
1110 _ cannot be extended _. See note at the bottom of this table. *
1111 _ cannot be implemented _. See note at the bottom of this table. *
The number of parameters in the 1112 class force does not match. Expected Value: 1. Expected Value _.
1113 OP_newactivation is used in methods without the NEED_ACTIVATION flag. See note at the bottom of this table. *
1114 OP_getglobalslot or OP_setglobalslot is not used for global scope. See note at the bottom of this table. *
1115 _ is not a constructor.
1116 the second parameter of Function. prototype. apply must be an array.
1117 invalid XML name :_.
The circular body between 1118 nodes is invalid.
The 1119 _ type operand does not support the delete operator.
1120 You cannot delete attribute _ on _.
1121 method _ repeated method bodies exist.
1122 the interface method _ contains an invalid method body.
Type _ 1123 does not support filter operators.
1124 OP_hasnext2 requires that the object and index use different registers.
1502 the default timeout period when the script execution time is greater than 15 seconds. Execute the script after the timeout period. (The default timeout period is 15 seconds .) After this error occurs, the script can continue to be executed for 15 seconds. Then, the script will be terminated and a runtime error number 1503 will be thrown (the script fails to exit within 30 seconds and stops execution ).
1503 30 seconds later, the script fails to exit and the execution is terminated. The script continues to be executed 30 seconds later. If the execution time of this script exceeds 15 seconds (that is, the default timeout period ), flash Player will first cause a runtime error numbered 1502 (the default timeout period when the script execution time exceeds 15 seconds ). Error 1502 occurs 15 seconds later.
1507 parameter _ cannot be null.
1508 the value specified for parameter _ is invalid. You may be attempting to pass the wrong data type. For example, the Code
Public function doSomething (const: int): void {
}
This ["doSomething"] ("str") will generate an error at runtime because the doSomething is converted to the int data type.
1510 when the callback parameter is a method of a class, this optional parameter must be null.
2000 there is no active security context.
2001 too few parameters are specified. Actually _ is obtained, which is expected to be _.
2002 try to operate on invalid sockets.
The socket port number specified in 2003 is invalid. The valid range of the period is between 0 and 65535. For more information, see "socket connection" in this language reference ". Bytes
2004 either of the parameters is invalid.
2005 parameter _ type error. It should be of Type _.
The index provided by 2006 is out of the range.
2007 parameter _ must be non-null.
2008 parameter _ must be one of the acceptable values.
2009 this method cannot be used for text fields with style sheets.
2010 it is not allowed to use sockets only for SWF files that interact with the content of the local file system.
The 2011 to _: _ socket connection fails. Ingress has network problems. It may be because the DNS name is not resolved or TCP socket is not connected. Bytes
2012 the _ class cannot be instantiated.
2013 is only applicable to Flash creation.
2014 functions unavailable at this time. The system does not support this function. Bytes
2015 BitmapData is invalid.
2017 only trusted local files may cause Flash Player to exit.
2018 System. exit is only available in an independent Flash Player.
The specified depth is invalid in 2019.
2020 MovieClips objects with different parent levels cannot be exchanged.
2021 object creation failed.
2022 the _ class must be inherited from DisplayObject to link to the component.
2023 the _ class must be inherited from Sprite to link to the root.
2024 you cannot add an object as its own child.
2025 the DisplayObject provided must be a sub-level of the caller.
2026 an error occurred when you navigate to URL. The possible cause of the scheme is that the URL does not exist, the network connection is faulty, or the URL is outside the security sandbox. Bytes
2027 parameter _ must be non-negative; get _.
2028 only SWF files that can interact with the content of the local file system cannot access Internet URL _.
2029 this URLStream object does not have an opened stream.
2030 to the end of the file.
2031 socket error. A socket error occurs in callback. For more information, see "socket connection" in this language reference ". Bytes
2032 stream error.
An error occurred while generating the 2033 key.
2035 no URL found.
2036 loading has never been completed.
2037 the call sequence of the function is incorrect, or the previous call fails.
2038 file I/O error.
2039 the remote URL protocol is invalid. The remote URL protocol must be HTTP or HTTPS.
2041 only one file browsing session can be executed at a time.
2044 unprocessed _:.
2047 Security Sandbox violation: _ inaccessible _.
2048 Security Sandbox violation: _ data cannot be loaded from.
2049 Security Sandbox violation: _ data cannot be uploaded _.
2051 Security Sandbox violation: _ The Script URL cannot be calculated in _ (allowScriptAccess is _). The URL to be tried is _.
2052 only the String parameter can be used for allowDomain and allowInsecureDomain.
2053 Security Sandbox violation: _ the interval timer set by _ cannot be cleared.
2054 the value of Security. exactSettings used cannot be changed.
2055 the print job cannot be started.
2056 unable to send the print job to the printer.
2057 the page cannot be added to a print job. The addPage () method is not used correctly by the parser. See addPage () Entries in this language reference. Bytes
2058 An error occurred while extracting data.
2059 Security Sandbox violation: _ the added ExternalInterface callback cannot be overwritten.
2060 Security Sandbox violation: ExternalInterface caller _ inaccessible _.
2061 ExternalInterface callback _ is not registered _.
2062 the child level of the Event must overwrite clone () {return new MyEventClass (...);}.
2063 An error occurred while trying to execute the IME command. Failed to commit an IME service. Bytes
If you are using the setConversionMode () or setEnabled () method, the methods are replaced by the access attribute in ActionScript 3.0. Bytes
If the doConversion () or setComposition () Merge method is used, the above method is not supported by the Macintosh OSX and Macintosh Classic. Bytes
2065 the focus cannot be set for this target.
2066 the specified timer delay exceeds the range.
2067 ExternalInterface is unavailable in this container. ExternalInterface requires Internet Explorer ActiveX, Firefox, Mozilla 1.7.5 and later, or other browsers that support NPRuntime.
2068 invalid sound.
2069 the Loader class does not implement this method.
2070 Security Sandbox violation: the caller _ cannot access the Stage.
The 2071 Stage class does not implement this attribute or method.
The 2074 stage is too small to be used to download the UI.
2075 the downloaded file is invalid. The possible cause is that the file decompression fails, the file format is invalid, or the signature verification fails. Bytes
2077 you cannot use the specified input parameter to perform this filter operation.
2078 the name attribute of the object placed on the timeline cannot be modified.
2079 a class derived from Bitmap can only be associated with the defineBits character (Bitmap.
2082 connection failed because the object is connected.
2083 failed to close because the object is not connected.
The AMF encoding of the 2084 parameter cannot exceed 40 kb.
2085 parameter _ must be a non-empty string.
2086 the setting in the mms. cfg file disables this FileReference request.
2087 FileReference. download () file name contains forbidden characters. The delimiter file name cannot contain spaces or any of the following characters:
2088 the Proxy class does not implement getProperty. Must be overwritten by a subclass.
2089 the Proxy class does not implement setProperty. Must be overwritten by a subclass.
2090 the Proxy class does not implement callProperty. Must be overwritten by a subclass.
2091 the Proxy class does not implement hasProperty. Must be overwritten by a subclass.
2092 the Proxy class does not implement deleteProperty. Must be overwritten by a subclass.
2093 the Proxy class does not implement getDescendants. Must be overwritten by a subclass.
2094 recursive overflow of event scheduling. Limit recursion exceeds the maximum recursive depth. (The default maximum recursive depth is 256 .) Bytes
2095 _ callback cannot be called _.
2096 the HTTP Request Header _ cannot be set through ActionScript _. You are adding a disabled HTTP header to an HTTP request. Do not use the following header:
NULL header string
Accept-Charset
Accept-Encoding
Accept-Ranges
Age
Allow
Allowed
Connection
Content-Length
Content-Location
Content-Range
Date
ETag
Secondary CT
Host
Keep-Alive
Last-Modified
Location
Max-Forwards
Proxy-Authenticate
Proxy-Authorization
Public
Range
Referer
Retry-After
Server
TE
Trailer
Transfer-Encoding
Upgrade
URI
User-Agent
Vary
Via
Warning
WWW-Authenticate
X-flash-version
2097 the format of the FileFilter array is incorrect. There are two valid formats for the producer: Producer:
Contains only the description of Windows file extensions.
Contains descriptions of Windows file extensions and Macintosh file formats. Bytes
These two file formats cannot be exchanged; you can only use one of them. For more information, see the FileFilter class in this language reference. Zookeeper
2098 the object being loaded is not a. swf file, so you cannot request the SWF attribute from this file.
2099 this information cannot be provided because the object being loaded is not fully loaded.
2100 the length of the ByteArray parameter in Loader. loadBytes () must be greater than 0.
2101 the string passed to URLVariables. decode () must be a URL-encoded query string containing name/value pairs.
2102 the parameters before XMLNode must be the sub-level of the caller.
2103 XML recursion failed: an infinite loop will be created for the new child level. The reason may be that you are trying to make the object a sub-object. For example, the following code generates this error because both a and B are trying to add the other party as sub-objects. Bytes
A. addChild (B); response. addChild (a); Response );
2105 the Proxy class does not implement nextNameIndex. Must be overwritten by a subclass.
2106 the Proxy class does not implement nextName. Must be overwritten by a subclass.
2107 the Proxy class does not implement nextValue. Must be overwritten by a subclass.
2108 no scenario _ found _.
2109 frame tag _ cannot be found in scenario _.
2110 the value of Security. disableAVM1Loading can be set only when the caller can access the stage and is located in the SWF file of ActionScript 3.0.
2111 Security. disableAVM1Loading is true, so the current loading of the SWF 1.0/2.0 file is blocked.
2112 assume that the LoaderContext. ApplicationDomain parameter comes from a disabled domain.
2113 assume that the LoaderContext. SecurityDomain parameter comes from a disabled domain.
2114 parameter _ must be null.
2115 parameter _ must be false.
2116 parameter _ must be true.
2118 the LoaderInfo class does not implement this method.
2119 Security Sandbox violation: the caller _ cannot access the LoaderInfo. applicationDomain.
2121 Security Sandbox violation: _ inaccessible _. You can solve this problem by calling Security. allowDomain.
2122 Security Sandbox violation: _ inaccessible _. The policy file is required, but the checkPolicyFile flag is not set when the media is loaded.
2123 Security Sandbox violation: _ inaccessible _. No policy file is granted access permissions.
2124 the type of the loaded file is unknown.
2125 Security Sandbox violation: _ the runtime shared library cannot be used, because it is not allowed to cross the border between ActionScript 3.0 and ActionScript 1.0/2.0 objects.
2126 the NetConnection object must be connected.
2127 the Data Type of FileReference POST cannot be ByteArray.
2129 failed to connect.
2130 cannot refresh mongodobject.
2131 definition _ cannot be found _.
2132 NetConnection. connect cannot be called through the netStatus event processing function.
2133 unregistered callback _.
2134 unable to create mongodobject.
2135 Security Sandbox violation: _ inaccessible _. You cannot use this API to access RTMP content.
2136 SWF file _ contains invalid data.
2137 Security Sandbox violation: _ cannot be in _ navigation window _ (allowScriptAccess is _). The URL to be tried is _.
2138 unable to parse rich text XML.
2139 unable to connect to mongodobject.
2140 Security Sandbox violation: _ cannot load _. SWF files that can only interact with the content of the local file system and SWF files that can only interact with the remote content cannot be loaded to each other.
2141 only one PrintJob can be processed at a time.
2142 Security Sandbox violation: the LoaderContext. securityDomain attribute cannot be used for local SWF files. _ Loading _.
2143 AccessibilityImplementation. get_accRole () must be overwritten by its default value.
2144 AccessibilityImplementation. get_accState () must be overwritten by its default value.
2145 the cumulative length of requestHeaders must be less than 8192 characters.
2146 Security Sandbox violation: _ cannot be called _ because the value of the HTML/container parameter allowNetworking is _.
2147 URL.
2148 SWF file _ cannot access local resources _. Only SWF files that interact with the content of the local file system and trusted local SWF files can access local resources.
2149 Security Sandbox violation: _ cannot call fscommand on _ (allowScriptAccess is _).
2150 you cannot add an object as a sub-object of a sub-object (or sub-object of a sub-object.
2151 the Setting Dialog Box cannot be displayed in full screen mode.
2152 full screen mode is not allowed.
2153 the URLRequest. requestHeaders array must contain only non-empty URLRequestHeader objects.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.