Skip to content

Commit

Permalink
Remove external dependency annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
TharmiganK authored Nov 18, 2024
1 parent 506db7f commit 7c154c1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ballerina/constraint_errors.bal
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,11 @@
// specific language governing permissions and limitations
// under the License.

import ballerina/jballerina.java;

# Represents the generic error type of the module.
public type Error distinct error;

# Represents the errors occurs during constraint validations.
@java:ExternalDependency
public type ValidationError distinct Error;

# Represents the errors occurs during the type conversion.
@java:ExternalDependency
public type TypeConversionError distinct Error;

0 comments on commit 7c154c1

Please sign in to comment.